Compare commits
11 Commits
version_6
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 9df6e0f1ee | |||
| 139d228ba2 | |||
| da4cd0d63a | |||
| 5593e9c1ee | |||
| daeb81b147 | |||
| cf0793e8a3 | |||
| 4e4d16f146 | |||
| efa8a628b3 | |||
| 0694ada57c | |||
| 8bf409153b | |||
| b5e80552bf |
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Shop Verified Originals Now", href: "#products" },
|
||||
{ text: "Browse Verified Watches", href: "#products" },
|
||||
{ text: "Explore Replicas", href: "#replicas" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -85,14 +85,14 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
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: "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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user