Compare commits
8 Commits
version_7
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 9df6e0f1ee | |||
| 139d228ba2 | |||
| da4cd0d63a | |||
| 5593e9c1ee | |||
| daeb81b147 | |||
| cf0793e8a3 | |||
| 4e4d16f146 | |||
| efa8a628b3 |
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Verified Originals Now", href: "#products" },
|
{ text: "Browse Verified Watches", href: "#products" },
|
||||||
{ text: "Explore Replicas", href: "#replicas" }
|
{ text: "Explore Replicas", href: "#replicas" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -85,14 +85,14 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "warranty", title: "1-Year Warranty", subtitle: "Full replacement guarantee", category: "Service", value: "100%", buttons: [{ text: "Learn More", href: "#warranty" }]
|
id: "original", title: "100% Original Guarantee", subtitle: "Verified authenticity", category: "Product", value: "100%", buttons: [{ text: "Learn More", href: "#warranty" }]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "warranty", title: "1-Year Warranty", subtitle: "Full replacement guarantee", category: "Service", value: "100%"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "delivery", title: "2-Day Delivery", subtitle: "Across Pakistan & UAE", category: "Shipping", value: "Fast"
|
id: "delivery", title: "2-Day Delivery", subtitle: "Across Pakistan & UAE", category: "Shipping", value: "Fast"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: "original", title: "Original Quality", subtitle: "Verified authenticity", category: "Product", value: "100%"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "customers", title: "42,500+ Followers", subtitle: "Active community trust", category: "Community", value: "42.5K"
|
id: "customers", title: "42,500+ Followers", subtitle: "Active community trust", category: "Community", value: "42.5K"
|
||||||
}
|
}
|
||||||
@@ -271,4 +271,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user