diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 680f790..923ac09 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -21,8 +21,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Story", href: "/about" }, { label: "Careers", href: "#" }, @@ -30,8 +29,7 @@ export default function AboutPage() { ], }, { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "All Products", href: "/" }, { label: "Custom Cakes", href: "/custom-cakes" }, { label: "Gift Packs", href: "#" }, @@ -39,8 +37,7 @@ export default function AboutPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "#" }, { label: "FAQ", href: "#" }, { label: "Delivery Info", href: "#" }, @@ -48,8 +45,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -76,9 +72,7 @@ export default function AboutPage() { brandName="Good Luck Bakery" navItems={navItems} button={{ - text: "Order Now", - href: "/shop", - }} + text: "Order Now", href: "/shop"}} animateOnLoad={true} className="bg-white/80 backdrop-blur-sm border border-purple-200/50" navItemClassName="text-foreground hover:text-primary-cta transition-colors" @@ -100,10 +94,10 @@ export default function AboutPage() { { value: "500+", title: "Varieties Daily" }, { value: "15+", title: "Years Experience" }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx&_wi=3" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx" imageAlt="Good Luck Bakery professional kitchen" mediaAnimation="slide-up" - metricsAnimation="scale-rotate" + metricsAnimation="slide-up" useInvertedBackground={true} ariaLabel="About Good Luck Bakery section" className="py-16 md:py-24" @@ -140,23 +134,11 @@ export default function AboutPage() { useInvertedBackground={true} features={[ { - title: "Fresh Baked Daily", - description: "Every cake is baked fresh to ensure maximum freshness and taste. We never use day-old cakes.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1lp2ha&_wi=2", - imageAlt: "Fresh baked products", - }, + title: "Fresh Baked Daily", description: "Every cake is baked fresh to ensure maximum freshness and taste. We never use day-old cakes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1lp2ha", imageAlt: "Fresh baked products"}, { - title: "100% Eggless Options", - description: "All our cakes are available in eggless variety. Perfect for all dietary preferences and beliefs.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z66wce&_wi=4", - imageAlt: "Eggless cake varieties", - }, + title: "100% Eggless Options", description: "All our cakes are available in eggless variety. Perfect for all dietary preferences and beliefs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z66wce", imageAlt: "Eggless cake varieties"}, { - title: "Carefully Selected Ingredients", - description: "We use only premium quality ingredients sourced from trusted suppliers. No artificial colors or flavors.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx&_wi=4", - imageAlt: "Quality ingredients", - }, + title: "Carefully Selected Ingredients", description: "We use only premium quality ingredients sourced from trusted suppliers. No artificial colors or flavors.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx", imageAlt: "Quality ingredients"}, ]} ariaLabel="Why choose us section" className="py-16 md:py-24" @@ -190,32 +172,14 @@ export default function AboutPage() { useInvertedBackground={false} testimonials={[ { - id: "test-1", - name: "Priya Patel", - role: "Birthday Party Host", - company: "Surat", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=az8ix6&_wi=2", - imageAlt: "Priya Patel", - }, + id: "test-1", name: "Priya Patel", role: "Birthday Party Host", company: "Surat", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=az8ix6", imageAlt: "Priya Patel"}, { - id: "test-2", - name: "Rajesh Kumar", - role: "Wedding Planner", - company: "Ahmedabad", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=16ipk0&_wi=2", - imageAlt: "Rajesh Kumar", - }, + id: "test-2", name: "Rajesh Kumar", role: "Wedding Planner", company: "Ahmedabad", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=16ipk0", imageAlt: "Rajesh Kumar"}, { - id: "test-3", - name: "Meera Sharma", - role: "Corporate Events", - company: "Vadodara", - rating: 4.8, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0bhq92&_wi=2", - imageAlt: "Meera Sharma", - }, + id: "test-3", name: "Meera Sharma", role: "Corporate Events", company: "Vadodara", rating: 4.8, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0bhq92", imageAlt: "Meera Sharma"}, ]} buttons={[ { text: "Read More Reviews", href: "#" }, diff --git a/src/app/locations/page.tsx b/src/app/locations/page.tsx index 582a95e..fe1b5f2 100644 --- a/src/app/locations/page.tsx +++ b/src/app/locations/page.tsx @@ -6,7 +6,7 @@ import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { MapPin, Phone, Clock } from "lucide-react"; +import { MapPin, Phone, Clock, Award, Zap, CheckCircle, Sparkles } from "lucide-react"; export default function LocationsPage() { const navItems = [ @@ -20,49 +20,32 @@ export default function LocationsPage() { const locations = [ { - title: "Surat Main Store", - description: "Our flagship store offering the complete range of cakes, pastries, and custom orders. Professional team ready to assist with your celebration needs.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx&_wi=5", - imageAlt: "Surat Main Store" + title: "Surat Main Store", description: "Our flagship store offering the complete range of cakes, pastries, and custom orders. Professional team ready to assist with your celebration needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx", imageAlt: "Surat Main Store" }, { - title: "Ahmedabad Express", - description: "Fast delivery hub specializing in quick orders and same-day delivery. Fresh cakes baked throughout the day for immediate availability.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx&_wi=6", - imageAlt: "Ahmedabad Express" + title: "Ahmedabad Express", description: "Fast delivery hub specializing in quick orders and same-day delivery. Fresh cakes baked throughout the day for immediate availability.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx", imageAlt: "Ahmedabad Express" }, { - title: "Vadodara Celebration Hub", - description: "Custom cake specialist with dedicated design studio. Perfect for weddings, corporate events, and personalized celebrations.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx&_wi=7", - imageAlt: "Vadodara Celebration Hub" + title: "Vadodara Celebration Hub", description: "Custom cake specialist with dedicated design studio. Perfect for weddings, corporate events, and personalized celebrations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tq2xdx", imageAlt: "Vadodara Celebration Hub" } ]; const metrics = [ { - id: "metric-stores", - icon: "MapPin", - title: "Store Locations", - value: "15+" + id: "metric-stores", icon: MapPin, + title: "Store Locations", value: "15+" }, { - id: "metric-delivery", - icon: "Zap", - title: "Delivery Areas", - value: "50+" + id: "metric-delivery", icon: Zap, + title: "Delivery Areas", value: "50+" }, { - id: "metric-hours", - icon: "Clock", - title: "Operating Hours", - value: "6AM-10PM" + id: "metric-hours", icon: Clock, + title: "Operating Hours", value: "6AM-10PM" }, { - id: "metric-express", - icon: "CheckCircle", - title: "Express Service", - value: "24hrs" + id: "metric-express", icon: CheckCircle, + title: "Express Service", value: "24hrs" } ]; @@ -99,7 +82,7 @@ export default function LocationsPage() { title="Find Our Outlets Across Gujarat" description="Good Luck Bakery has multiple locations to serve you better. Visit any of our stores for fresh cakes, pastries, and custom orders." tag="Store Locator" - tagIcon="MapPin" + tagIcon={MapPin} tagAnimation="slide-up" buttons={[{ text: "Get Directions", href: "#" }]} buttonAnimation="slide-up" @@ -129,12 +112,12 @@ export default function LocationsPage() { title="Store Network Coverage" description="Expanding presence across Gujarat with consistent quality and service excellence at every location." tag="Nationwide Growth" - tagIcon="Award" + tagIcon={Award} tagAnimation="slide-up" buttons={[{ text: "Find Nearest Store", href: "#" }]} buttonAnimation="slide-up" textboxLayout="default" - animationType="scale-rotate" + animationType="slide-up" useInvertedBackground={false} metrics={metrics} ariaLabel="Store metrics and coverage section" @@ -159,7 +142,7 @@ export default function LocationsPage() { tag="Get In Touch" title="Visit Us Or Order Online" description="Find your nearest Good Luck Bakery outlet or place an order online for delivery. We're here to celebrate with you!" - tagIcon="Sparkles" + tagIcon={Sparkles} tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} @@ -187,8 +170,7 @@ export default function LocationsPage() {