From 8df7cdef32068ce7a721b0ddd487a6d5bdf30893 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 12:32:27 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 83 +++++++++--------------------------------- 1 file changed, 17 insertions(+), 66 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f290f52..5b8cb8a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,7 +6,7 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin import SplitAbout from "@/components/sections/about/SplitAbout"; import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Heart, MapPin, CheckCircle, MessageSquare, Award, Users, Sparkles } from "lucide-react"; +import { Heart, MapPin, CheckCircle, MessageSquare, Award, Users, Sparkles, ShoppingBag } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -20,8 +20,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Shop", href: "/shop" }, { label: "About Us", href: "/about" }, @@ -29,8 +28,7 @@ export default function AboutPage() { ], }, { - title: "Categories", - items: [ + title: "Categories", items: [ { label: "Men's Shoes", href: "/shop?category=mens" }, { label: "Women's Footwear", href: "/shop?category=womens" }, { label: "Kids Shoes", href: "/shop?category=kids" }, @@ -38,8 +36,7 @@ export default function AboutPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "📞 Call Us: +91 9876543210", href: "tel:+919876543210" }, { label: "💬 WhatsApp: Message Us", href: "https://wa.me/919876543210" }, { label: "📍 Get Directions", href: "https://maps.google.com/?q=Halol+Godhra+Road+Halol+Gujarat" }, @@ -66,9 +63,7 @@ export default function AboutPage() { brandName="Shoe World" navItems={navItems} button={{ - text: "Call Now", - href: "tel:+919876543210", - }} + text: "Call Now", href: "tel:+919876543210"}} className="fixed top-6 left-6 right-6 z-50" buttonClassName="bg-red-600 hover:bg-red-700 text-white px-6 py-3 rounded-full font-semibold transition-all" /> @@ -81,25 +76,13 @@ export default function AboutPage() { tagAnimation="slide-up" metrics={[ { - id: "1", - value: "15+ Years", - description: "Serving the local community with quality footwear", - }, + id: "1", value: "15+ Years", description: "Serving the local community with quality footwear"}, { - id: "2", - value: "1000+", - description: "Happy customers from Halol and nearby areas", - }, + id: "2", value: "1000+", description: "Happy customers from Halol and nearby areas"}, { - id: "3", - value: "500+", - description: "Premium shoe styles and brands in stock", - }, + id: "3", value: "500+", description: "Premium shoe styles and brands in stock"}, { - id: "4", - value: "9 PM", - description: "Open daily to serve your shopping needs", - }, + id: "4", value: "9 PM", description: "Open daily to serve your shopping needs"}, ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -115,38 +98,26 @@ export default function AboutPage() { tagAnimation="slide-up" buttons={[ { - text: "Get Directions", - href: "https://maps.google.com/?q=Shoe+World+Exclusive+Halol", - }, + text: "Get Directions", href: "https://maps.google.com/?q=Shoe+World+Exclusive+Halol"}, { - text: "Call Us", - href: "tel:+919876543210", - }, + text: "Call Us", href: "tel:+919876543210"}, ]} buttonAnimation="slide-up" bulletPoints={[ { - title: "Wide Variety", - description: "Men's, women's, kids' shoes, and more. Casual, formal, sports—we have it all.", - icon: ShoppingBag, + title: "Wide Variety", description: "Men's, women's, kids' shoes, and more. Casual, formal, sports—we have it all.", icon: ShoppingBag, }, { - title: "Local Convenience", - description: "Easy in-store shopping experience with friendly, knowledgeable staff assistance.", - icon: MapPin, + title: "Local Convenience", description: "Easy in-store shopping experience with friendly, knowledgeable staff assistance.", icon: MapPin, }, { - title: "Quality & Comfort", - description: "Premium brands and styles selected for durability and everyday wearability.", - icon: CheckCircle, + title: "Quality & Comfort", description: "Premium brands and styles selected for durability and everyday wearability.", icon: CheckCircle, }, { - title: "Quick Support", - description: "Phone and WhatsApp enquiry support for sizes, availability, and pricing info.", - icon: MessageSquare, + title: "Quick Support", description: "Phone and WhatsApp enquiry support for sizes, availability, and pricing info.", icon: MessageSquare, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/men-s-shoes-elegant-clothes-holiday-theme-wedding_78826-2242.jpg?_wi=6" + imageSrc="http://img.b2bpic.net/free-photo/men-s-shoes-elegant-clothes-holiday-theme-wedding_78826-2242.jpg" imageAlt="Shoe World Exclusive store interior" mediaAnimation="slide-up" imagePosition="right" @@ -157,7 +128,7 @@ export default function AboutPage() {