Spaces:
Running
Running
change the whole website's font, layout, style and colors as per next instructions: Accent / brand wordmark: subtle serif or stylish script for logos only (Playfair Display or a light script) to add fashion credibility. Hierarchy example: H1 (brand/product): Montserrat Bold 28–36px; Price/CTA: Montserrat SemiBold 18–22px; Body: Roboto Regular 14px. Use all-caps sparingly for CTAs and short overlays.
Browse files- product.html +19 -18
- terms.html +14 -13
product.html
CHANGED
|
@@ -12,9 +12,10 @@
|
|
| 12 |
theme: {
|
| 13 |
extend: {
|
| 14 |
colors: {
|
| 15 |
-
primary: '#
|
| 16 |
-
secondary: '#
|
| 17 |
-
accent: '#
|
|
|
|
| 18 |
},
|
| 19 |
fontFamily: {
|
| 20 |
sans: ['Roboto', 'sans-serif'],
|
|
@@ -34,11 +35,11 @@
|
|
| 34 |
}
|
| 35 |
</style>
|
| 36 |
</head>
|
| 37 |
-
<body class="bg-
|
| 38 |
<!-- Luxe Header -->
|
| 39 |
-
<header class="bg-
|
| 40 |
-
|
| 41 |
-
<a href="index.html" class="text-
|
| 42 |
<button id="menu-toggle" class="text-accent hover:text-primary transition-colors">
|
| 43 |
<i data-feather="menu"></i>
|
| 44 |
</button>
|
|
@@ -61,8 +62,8 @@
|
|
| 61 |
|
| 62 |
<!-- Product Details -->
|
| 63 |
<div>
|
| 64 |
-
<h1 class="text-
|
| 65 |
-
<p class="text-accent text-
|
| 66 |
<div class="mb-6">
|
| 67 |
<div class="flex items-center mb-4">
|
| 68 |
<div class="flex text-accent mr-2">
|
|
@@ -74,20 +75,20 @@
|
|
| 74 |
</div>
|
| 75 |
<span class="text-sm text-primary/60 tracking-widest">(42 REVIEWS)</span>
|
| 76 |
</div>
|
| 77 |
-
<p class="text-sm font-display text-accent mb-4
|
| 78 |
-
<p class="text-primary/80 mb-6">18K gold necklace with diamond accents. Handcrafted by our master jewelers.</p>
|
| 79 |
</div>
|
| 80 |
<div class="space-y-4 mb-8">
|
| 81 |
-
<button class="w-full bg-accent text-
|
| 82 |
-
|
| 83 |
</button>
|
| 84 |
-
<button class="w-full border border-primary text-primary py-4
|
| 85 |
-
|
| 86 |
</button>
|
| 87 |
</div>
|
| 88 |
<div class="mt-8 pt-8 border-t border-primary/20">
|
| 89 |
-
|
| 90 |
-
|
| 91 |
<li>• 18K SOLID GOLD</li>
|
| 92 |
<li>• 0.25CT DIAMONDS</li>
|
| 93 |
<li>• 18" CHAIN LENGTH</li>
|
|
@@ -98,7 +99,7 @@
|
|
| 98 |
</div>
|
| 99 |
</main>
|
| 100 |
<!-- Luxe Contact Button -->
|
| 101 |
-
<button class="fixed bottom-6 right-6 bg-accent text-
|
| 102 |
<i data-feather="message-circle"></i>
|
| 103 |
</button>
|
| 104 |
|
|
|
|
| 12 |
theme: {
|
| 13 |
extend: {
|
| 14 |
colors: {
|
| 15 |
+
primary: '#111111',
|
| 16 |
+
secondary: '#FFFFFF',
|
| 17 |
+
accent: '#000000',
|
| 18 |
+
light: '#F8F8F8'
|
| 19 |
},
|
| 20 |
fontFamily: {
|
| 21 |
sans: ['Roboto', 'sans-serif'],
|
|
|
|
| 35 |
}
|
| 36 |
</style>
|
| 37 |
</head>
|
| 38 |
+
<body class="bg-light text-primary font-sans">
|
| 39 |
<!-- Luxe Header -->
|
| 40 |
+
<header class="bg-white border-b border-primary/10 sticky-nav">
|
| 41 |
+
<div class="max-w-7xl mx-auto px-4 py-4 flex justify-between items-center">
|
| 42 |
+
<a href="index.html" class="text-3xl font-serif font-light text-primary">Valerique</a>
|
| 43 |
<button id="menu-toggle" class="text-accent hover:text-primary transition-colors">
|
| 44 |
<i data-feather="menu"></i>
|
| 45 |
</button>
|
|
|
|
| 62 |
|
| 63 |
<!-- Product Details -->
|
| 64 |
<div>
|
| 65 |
+
<h1 class="text-4xl font-display font-bold text-primary mb-4">Eternal Necklace</h1>
|
| 66 |
+
<p class="text-accent text-xl font-display font-semibold mb-6">£295 <span class="text-primary/60 line-through text-base ml-2">£350</span></p>
|
| 67 |
<div class="mb-6">
|
| 68 |
<div class="flex items-center mb-4">
|
| 69 |
<div class="flex text-accent mr-2">
|
|
|
|
| 75 |
</div>
|
| 76 |
<span class="text-sm text-primary/60 tracking-widest">(42 REVIEWS)</span>
|
| 77 |
</div>
|
| 78 |
+
<p class="text-sm font-display text-accent mb-4">Only 2 left in stock</p>
|
| 79 |
+
<p class="text-primary/80 mb-6 font-sans">18K gold necklace with diamond accents. Handcrafted by our master jewelers.</p>
|
| 80 |
</div>
|
| 81 |
<div class="space-y-4 mb-8">
|
| 82 |
+
<button class="w-full bg-accent text-white py-4 font-display font-semibold hover:bg-primary transition text-sm">
|
| 83 |
+
Buy Now - £295
|
| 84 |
</button>
|
| 85 |
+
<button class="w-full border border-primary text-primary py-4 font-display font-semibold hover:bg-primary/5 transition text-sm">
|
| 86 |
+
Add to Bag
|
| 87 |
</button>
|
| 88 |
</div>
|
| 89 |
<div class="mt-8 pt-8 border-t border-primary/20">
|
| 90 |
+
<h3 class="font-display font-bold mb-4">Details</h3>
|
| 91 |
+
<ul class="text-sm text-primary/80 space-y-2">
|
| 92 |
<li>• 18K SOLID GOLD</li>
|
| 93 |
<li>• 0.25CT DIAMONDS</li>
|
| 94 |
<li>• 18" CHAIN LENGTH</li>
|
|
|
|
| 99 |
</div>
|
| 100 |
</main>
|
| 101 |
<!-- Luxe Contact Button -->
|
| 102 |
+
<button class="fixed bottom-6 right-6 bg-accent text-white p-4 shadow-sm hover:bg-primary transition">
|
| 103 |
<i data-feather="message-circle"></i>
|
| 104 |
</button>
|
| 105 |
|
terms.html
CHANGED
|
@@ -11,9 +11,10 @@
|
|
| 11 |
theme: {
|
| 12 |
extend: {
|
| 13 |
colors: {
|
| 14 |
-
primary: '#
|
| 15 |
-
secondary: '#
|
| 16 |
-
accent: '#
|
|
|
|
| 17 |
},
|
| 18 |
fontFamily: {
|
| 19 |
sans: ['Roboto', 'sans-serif'],
|
|
@@ -23,14 +24,14 @@
|
|
| 23 |
}
|
| 24 |
}
|
| 25 |
}
|
| 26 |
-
|
| 27 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 28 |
</head>
|
| 29 |
-
<body class="bg-
|
| 30 |
-
|
| 31 |
<header class="bg-white shadow-sm border-b border-primary/10">
|
| 32 |
<div class="max-w-7xl mx-auto px-4 py-4 flex justify-between items-center">
|
| 33 |
-
<a href="index.html" class="text-
|
| 34 |
<div class="flex items-center space-x-4">
|
| 35 |
<a href="contact.html" class="text-gray-600 hover:text-primary">Contact</a>
|
| 36 |
<a href="#" class="text-gray-600 hover:text-primary"><i data-feather="shopping-bag"></i></a>
|
|
@@ -40,11 +41,11 @@
|
|
| 40 |
|
| 41 |
<!-- Terms Content -->
|
| 42 |
<main class="max-w-4xl mx-auto px-4 py-12">
|
| 43 |
-
<h1 class="text-
|
| 44 |
-
|
| 45 |
<div class="prose max-w-none">
|
| 46 |
-
<h2 class="text-
|
| 47 |
-
|
| 48 |
<h2 class="text-xl font-display font-bold mb-4">2. Intellectual Property</h2>
|
| 49 |
<p class="mb-6 text-primary/90">The website and its original content, features, and functionality are owned by VALERIA TRADE LTD and are protected by international copyright, trademark, patent, trade secret, and other intellectual property or proprietary rights laws.</p>
|
| 50 |
<h2 class="text-xl font-display font-bold mb-4">3. Products</h2>
|
|
@@ -66,8 +67,8 @@
|
|
| 66 |
<!-- Minimal Footer -->
|
| 67 |
<footer class="bg-white border-t border-gray-200 py-8 px-4">
|
| 68 |
<div class="max-w-7xl mx-auto text-center">
|
| 69 |
-
<p class="text-primary/60 mb-4">© 2023
|
| 70 |
-
|
| 71 |
<a href="privacy.html" class="text-primary/60 hover:text-accent transition">Privacy Policy</a>
|
| 72 |
<a href="returns.html" class="text-primary/60 hover:text-accent transition">Returns & Exchanges</a>
|
| 73 |
<a href="contact.html" class="text-primary/60 hover:text-accent transition">Contact Us</a>
|
|
|
|
| 11 |
theme: {
|
| 12 |
extend: {
|
| 13 |
colors: {
|
| 14 |
+
primary: '#111111',
|
| 15 |
+
secondary: '#FFFFFF',
|
| 16 |
+
accent: '#000000',
|
| 17 |
+
light: '#F8F8F8'
|
| 18 |
},
|
| 19 |
fontFamily: {
|
| 20 |
sans: ['Roboto', 'sans-serif'],
|
|
|
|
| 24 |
}
|
| 25 |
}
|
| 26 |
}
|
| 27 |
+
</script>
|
| 28 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 29 |
</head>
|
| 30 |
+
<body class="bg-light font-sans">
|
| 31 |
+
<!-- Minimal Header -->
|
| 32 |
<header class="bg-white shadow-sm border-b border-primary/10">
|
| 33 |
<div class="max-w-7xl mx-auto px-4 py-4 flex justify-between items-center">
|
| 34 |
+
<a href="index.html" class="text-3xl font-serif font-light text-primary">Valerique</a>
|
| 35 |
<div class="flex items-center space-x-4">
|
| 36 |
<a href="contact.html" class="text-gray-600 hover:text-primary">Contact</a>
|
| 37 |
<a href="#" class="text-gray-600 hover:text-primary"><i data-feather="shopping-bag"></i></a>
|
|
|
|
| 41 |
|
| 42 |
<!-- Terms Content -->
|
| 43 |
<main class="max-w-4xl mx-auto px-4 py-12">
|
| 44 |
+
<h1 class="text-4xl font-display font-bold text-center text-primary mb-12">Terms & Conditions</h1>
|
| 45 |
+
<div class="bg-white p-8 rounded-lg shadow-sm border border-primary/10">
|
| 46 |
<div class="prose max-w-none">
|
| 47 |
+
<h2 class="text-2xl font-display font-bold mb-4">1. General Information</h2>
|
| 48 |
+
<p class="mb-6 text-primary/90">These Terms and Conditions ("Terms") govern your use of the VALERIQUE website operated by VALERIA TRADE LTD ("us", "we", or "our"). Please read these Terms carefully before using our website.</p>
|
| 49 |
<h2 class="text-xl font-display font-bold mb-4">2. Intellectual Property</h2>
|
| 50 |
<p class="mb-6 text-primary/90">The website and its original content, features, and functionality are owned by VALERIA TRADE LTD and are protected by international copyright, trademark, patent, trade secret, and other intellectual property or proprietary rights laws.</p>
|
| 51 |
<h2 class="text-xl font-display font-bold mb-4">3. Products</h2>
|
|
|
|
| 67 |
<!-- Minimal Footer -->
|
| 68 |
<footer class="bg-white border-t border-gray-200 py-8 px-4">
|
| 69 |
<div class="max-w-7xl mx-auto text-center">
|
| 70 |
+
<p class="text-primary/60 mb-4">© 2023 Valeria Trade Ltd. All rights reserved.</p>
|
| 71 |
+
<div class="flex justify-center space-x-6">
|
| 72 |
<a href="privacy.html" class="text-primary/60 hover:text-accent transition">Privacy Policy</a>
|
| 73 |
<a href="returns.html" class="text-primary/60 hover:text-accent transition">Returns & Exchanges</a>
|
| 74 |
<a href="contact.html" class="text-primary/60 hover:text-accent transition">Contact Us</a>
|