Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-13 16:00:55 +00:00
3 changed files with 81 additions and 242 deletions

View File

@@ -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: "#" },

View File

@@ -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() {
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Story", href: "/about" },
{ label: "Careers", href: "#" },
@@ -196,8 +178,7 @@ export default function LocationsPage() {
]
},
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "All Products", href: "/shop" },
{ label: "Custom Cakes", href: "/custom-cakes" },
{ label: "Gift Packs", href: "#" },
@@ -205,8 +186,7 @@ export default function LocationsPage() {
]
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "#" },
{ label: "FAQ", href: "#" },
{ label: "Delivery Info", href: "#" },
@@ -214,8 +194,7 @@ export default function LocationsPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Cookie Policy", href: "#" },

View File

@@ -27,8 +27,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Story", href: "/about" },
{ label: "Careers", href: "#" },
@@ -36,8 +35,7 @@ export default function HomePage() {
]
},
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "All Products", href: "/shop" },
{ label: "Custom Cakes", href: "/custom-cakes" },
{ label: "Gift Packs", href: "#" },
@@ -45,8 +43,7 @@ export default function HomePage() {
]
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "#contact" },
{ label: "FAQ", href: "#faq" },
{ label: "Delivery Info", href: "#" },
@@ -54,8 +51,7 @@ export default function HomePage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -82,8 +78,7 @@ export default function HomePage() {
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"
@@ -108,34 +103,22 @@ export default function HomePage() {
buttonAnimation="slide-up"
carouselItems={[
{
id: "carousel-1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cry0ae&_wi=1",
imageAlt: "Premium chocolate layered cake"
id: "carousel-1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cry0ae", imageAlt: "Premium chocolate layered cake"
},
{
id: "carousel-2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=31jcr3&_wi=1",
imageAlt: "Beautiful pink velvet celebration cake"
id: "carousel-2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=31jcr3", imageAlt: "Beautiful pink velvet celebration cake"
},
{
id: "carousel-3",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ic4ja9&_wi=1",
imageAlt: "Fresh white cake with strawberries"
id: "carousel-3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ic4ja9", imageAlt: "Fresh white cake with strawberries"
},
{
id: "carousel-4",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d54pqw&_wi=1",
imageAlt: "Colorful rainbow layer cake"
id: "carousel-4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d54pqw", imageAlt: "Colorful rainbow layer cake"
},
{
id: "carousel-5",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vs32sh&_wi=1",
imageAlt: "Elegant tiered wedding cake"
id: "carousel-5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vs32sh", imageAlt: "Elegant tiered wedding cake"
},
{
id: "carousel-6",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=877ucv&_wi=1",
imageAlt: "Assorted fresh baked pastries"
id: "carousel-6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=877ucv", imageAlt: "Assorted fresh baked pastries"
}
]}
autoPlay={true}
@@ -167,10 +150,10 @@ export default function HomePage() {
{ 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=1"
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"
@@ -205,44 +188,20 @@ export default function HomePage() {
useInvertedBackground={false}
products={[
{
id: "prod-chocolate",
brand: "Premium Selection",
name: "Dark Chocolate Delight",
price: "₹599",
rating: 4.9,
reviewCount: "245",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uwo9o0&_wi=1",
imageAlt: "Dark Chocolate Delight cake"
id: "prod-chocolate", brand: "Premium Selection", name: "Dark Chocolate Delight", price: "₹599", rating: 4.9,
reviewCount: "245", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uwo9o0", imageAlt: "Dark Chocolate Delight cake"
},
{
id: "prod-strawberry",
brand: "Fresh Fruits",
name: "Strawberry Fresh Cake",
price: "₹549",
rating: 4.8,
reviewCount: "189",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1c6odi&_wi=1",
imageAlt: "Strawberry Fresh cake"
id: "prod-strawberry", brand: "Fresh Fruits", name: "Strawberry Fresh Cake", price: "₹549", rating: 4.8,
reviewCount: "189", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1c6odi", imageAlt: "Strawberry Fresh cake"
},
{
id: "prod-vanilla",
brand: "Classic Favorite",
name: "Vanilla Paradise",
price: "₹449",
rating: 4.7,
reviewCount: "156",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z66wce&_wi=1",
imageAlt: "Vanilla Paradise cake"
id: "prod-vanilla", brand: "Classic Favorite", name: "Vanilla Paradise", price: "₹449", rating: 4.7,
reviewCount: "156", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z66wce", imageAlt: "Vanilla Paradise cake"
},
{
id: "prod-red-velvet",
brand: "Premium Selection",
name: "Red Velvet Romance",
price: "₹599",
rating: 4.9,
reviewCount: "267",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9euvnn&_wi=1",
imageAlt: "Red Velvet Romance cake"
id: "prod-red-velvet", brand: "Premium Selection", name: "Red Velvet Romance", price: "₹599", rating: 4.9,
reviewCount: "267", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9euvnn", imageAlt: "Red Velvet Romance cake"
}
]}
ariaLabel="Featured products section"
@@ -277,22 +236,13 @@ export default function HomePage() {
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=1",
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=2",
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=2",
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"
@@ -327,58 +277,28 @@ export default function HomePage() {
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=1",
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=1",
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=1",
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"
},
{
id: "test-4",
name: "Amit Singh",
role: "Regular Customer",
company: "Pune",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zpuay0",
imageAlt: "Amit Singh"
id: "test-4", name: "Amit Singh", role: "Regular Customer", company: "Pune", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zpuay0", imageAlt: "Amit Singh"
},
{
id: "test-5",
name: "Deepa Nair",
role: "Anniversary Celebrations",
company: "Nagpur",
rating: 4.9,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eirpnj",
imageAlt: "Deepa Nair"
id: "test-5", name: "Deepa Nair", role: "Anniversary Celebrations", company: "Nagpur", rating: 4.9,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eirpnj", imageAlt: "Deepa Nair"
},
{
id: "test-6",
name: "Arjun Desai",
role: "Festival Occasions",
company: "Indore",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ukz9v8",
imageAlt: "Arjun Desai"
id: "test-6", name: "Arjun Desai", role: "Festival Occasions", company: "Indore", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ukz9v8", imageAlt: "Arjun Desai"
}
]}
buttons={[{ text: "Read More Reviews", href: "#" }]}
@@ -408,7 +328,7 @@ export default function HomePage() {
tagIcon={Award}
tagAnimation="slide-up"
textboxLayout="default"
animationType="scale-rotate"
animationType="slide-up"
useInvertedBackground={true}
metrics={[
{ id: "metric-1", icon: Sparkles, title: "Fresh Baked Daily", value: "500+" },
@@ -446,22 +366,10 @@ export default function HomePage() {
showCard={true}
speed={40}
names={[
"Swiggy",
"Zomato",
"Instagram",
"Facebook",
"WhatsApp",
"Google Reviews",
"Trustpilot"
"Swiggy", "Zomato", "Instagram", "Facebook", "WhatsApp", "Google Reviews", "Trustpilot"
]}
logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cjz5uj",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ydo2tr",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q2rsug",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vv4hx7",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=49ylax",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mddab4",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qfh3dh"
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cjz5uj", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ydo2tr", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q2rsug", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vv4hx7", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=49ylax", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mddab4", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qfh3dh"
]}
buttons={[{ text: "Order Now", href: "/shop" }]}
buttonAnimation="slide-up"
@@ -496,34 +404,22 @@ export default function HomePage() {
useInvertedBackground={true}
faqs={[
{
id: "faq-1",
title: "Are your cakes really freshly baked?",
content: "Yes! Every cake at Good Luck Bakery is baked fresh daily. We never use day-old products. All our cakes are prepared to order for maximum freshness and taste."
id: "faq-1", title: "Are your cakes really freshly baked?", content: "Yes! Every cake at Good Luck Bakery is baked fresh daily. We never use day-old products. All our cakes are prepared to order for maximum freshness and taste."
},
{
id: "faq-2",
title: "Do you offer eggless cakes?",
content: "Absolutely! We offer 100% eggless cakes for all our varieties. All our cakes are available in both regular and eggless options with the same delicious taste."
id: "faq-2", title: "Do you offer eggless cakes?", content: "Absolutely! We offer 100% eggless cakes for all our varieties. All our cakes are available in both regular and eggless options with the same delicious taste."
},
{
id: "faq-3",
title: "Can I customize my cake?",
content: "Yes! Visit our Custom Cakes page to design your perfect cake. Choose flavors, size, design, and even add personalized messages. We'll create it fresh for you."
id: "faq-3", title: "Can I customize my cake?", content: "Yes! Visit our Custom Cakes page to design your perfect cake. Choose flavors, size, design, and even add personalized messages. We'll create it fresh for you."
},
{
id: "faq-4",
title: "What is your delivery time?",
content: "We offer same-day delivery within 24 hours for most orders. Custom orders may require 24-48 hours notice. Delivery available across multiple locations."
id: "faq-4", title: "What is your delivery time?", content: "We offer same-day delivery within 24 hours for most orders. Custom orders may require 24-48 hours notice. Delivery available across multiple locations."
},
{
id: "faq-5",
title: "What are your payment options?",
content: "We accept all major payment methods including cash, cards, online transfers, and digital wallets. Safe and secure payment processing for all orders."
id: "faq-5", title: "What are your payment options?", content: "We accept all major payment methods including cash, cards, online transfers, and digital wallets. Safe and secure payment processing for all orders."
},
{
id: "faq-6",
title: "Do you have multiple outlets?",
content: "Yes! Good Luck Bakery has multiple outlets across Gujarat. Visit our Locations page to find the nearest outlet and place your order."
id: "faq-6", title: "Do you have multiple outlets?", content: "Yes! Good Luck Bakery has multiple outlets across Gujarat. Visit our Locations page to find the nearest outlet and place your order."
}
]}
ariaLabel="FAQ section"