Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -271,4 +271,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user