diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 32e0b88..7b34423 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -34,8 +34,7 @@ export default function AboutPage() { { name: "Blog", id: "/blog" } ]} button={{ - text: "Order on WhatsApp", - href: "https://wa.me/919876543210" + text: "Cart", href: "/cart" }} animateOnLoad={true} /> @@ -81,32 +80,16 @@ export default function AboutPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "5000", - title: "Happy Customers", - description: "Across India trusting our products", - icon: Users + id: "1", value: "5000", title: "Happy Customers", description: "Across India trusting our products", icon: Users }, { - id: "2", - value: "25", - title: "Product Range", - description: "Handmade natural cosmetics", - icon: Package + id: "2", value: "25", title: "Product Range", description: "Handmade natural cosmetics", icon: Package }, { - id: "3", - value: "100", - title: "Pure Natural", - description: "Ingredients without chemicals", - icon: Leaf + id: "3", value: "100", title: "Pure Natural", description: "Ingredients without chemicals", icon: Leaf }, { - id: "4", - value: "4.9", - title: "Average Rating", - description: "Out of 5 stars from verified buyers", - icon: Star + id: "4", value: "4.9", title: "Average Rating", description: "Out of 5 stars from verified buyers", icon: Star } ]} /> @@ -117,8 +100,7 @@ export default function AboutPage() { ); -} \ No newline at end of file +}