Merge version_1 into main #1
360
src/app/page.tsx
360
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Award, Leaf, Sparkles, Star } from "lucide-react";
|
||||
import { Award, Leaf, Sparkles, Star, Cherry, Truck } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,128 +33,79 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Specialties",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Specialties", id: "#features"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Gallery", id: "#products"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Leasha Bakes Cakes"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Order Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Sweet Creations, Unforgettable Moments"
|
||||
description="At Leasha Bakes Cakes, we craft custom cakes that bring your sweetest dreams to life. From whimsical birthdays to elegant weddings, every bite is a celebration."
|
||||
kpis={[
|
||||
{
|
||||
value: "5+",
|
||||
label: "Years Baking",
|
||||
},
|
||||
value: "5+", label: "Years Baking"},
|
||||
{
|
||||
value: "200+",
|
||||
label: "Happy Customers",
|
||||
},
|
||||
value: "200+", label: "Happy Customers"},
|
||||
{
|
||||
value: "150+",
|
||||
label: "Unique Designs",
|
||||
},
|
||||
value: "150+", label: "Unique Designs"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Gallery",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Our Gallery", href: "#products"},
|
||||
{
|
||||
text: "Order Your Custom Cake",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Your Custom Cake", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg"
|
||||
imageAlt="Display of beautifully decorated custom cakes"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-crown-holding-birthday-cupcake_158595-1602.jpg",
|
||||
alt: "Smiling woman holding a birthday cupcake",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-crown-holding-birthday-cupcake_158595-1602.jpg", alt: "Smiling woman holding a birthday cupcake"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-girl-with-crown-cupcake_158595-1604.jpg",
|
||||
alt: "Attractive girl with a crown and cupcake",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-girl-with-crown-cupcake_158595-1604.jpg", alt: "Attractive girl with a crown and cupcake"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-heart-shaped-box_1194-483.jpg",
|
||||
alt: "Happy woman with gifts and a cake",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-heart-shaped-box_1194-483.jpg", alt: "Happy woman with gifts and a cake"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/disappointed-woman-with-birthday-cake_23-2147720325.jpg",
|
||||
alt: "Woman celebrating birthday with balloons and cake",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/disappointed-woman-with-birthday-cake_23-2147720325.jpg", alt: "Woman celebrating birthday with balloons and cake"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/with-closed-eys-smiling-handsome-man-wearing-glasses-blue-hat-holding-cake-putting-hand-chin-isolated-white_141793-73990.jpg",
|
||||
alt: "Man with cake on face enjoying party",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/with-closed-eys-smiling-handsome-man-wearing-glasses-blue-hat-holding-cake-putting-hand-chin-isolated-white_141793-73990.jpg", alt: "Man with cake on face enjoying party"},
|
||||
]}
|
||||
avatarText="Join our community of sweet enthusiasts!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Baked Daily!",
|
||||
type: "text", text: "Freshly Baked Daily!"},
|
||||
{
|
||||
type: "text-icon", text: "Custom Designs", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Custom Designs",
|
||||
icon: Sparkles,
|
||||
type: "text", text: "Delivered with Care"},
|
||||
{
|
||||
type: "text-icon", text: "Dietary Options", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Delivered with Care",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Dietary Options",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Order for Any Occasion",
|
||||
},
|
||||
type: "text", text: "Order for Any Occasion"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -164,21 +115,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About Leasha Bakes Cakes: Passion in Every Slice",
|
||||
},
|
||||
type: "text", content: "About Leasha Bakes Cakes: Passion in Every Slice"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Story", href: "#"},
|
||||
{
|
||||
text: "Meet the Baker",
|
||||
href: "#",
|
||||
},
|
||||
text: "Meet the Baker", href: "#"},
|
||||
]}
|
||||
description="Welcome to Leasha Bakes Cakes, where every creation is a labor of love and a piece of edible art! Leasha started this journey years ago with a simple passion for baking and a dream to bring joy through custom desserts. What began as a home-based hobby has blossomed into a beloved local bakery known for exquisite designs, delightful flavors, and personalized service. We believe every celebration deserves a centerpiece that's as unique and special as the moment itself."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blond-woman-prepare-salad-kitchen_624325-3046.jpg"
|
||||
imageAlt="Leasha baking a cake in her kitchen"
|
||||
/>
|
||||
@@ -190,32 +134,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Custom Cake Designs",
|
||||
description: "Bring your vision to life with a bespoke cake, crafted uniquely for your occasion. Every detail, from concept to frosting, is personalized.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baker-decorates-muffins-with-cream-wooden-desk_23-2147942571.jpg",
|
||||
imageAlt: "Sketch of a custom cake design",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Custom Cake Designs", description: "Bring your vision to life with a bespoke cake, crafted uniquely for your occasion. Every detail, from concept to frosting, is personalized.", imageSrc: "http://img.b2bpic.net/free-photo/baker-decorates-muffins-with-cream-wooden-desk_23-2147942571.jpg", imageAlt: "Sketch of a custom cake design", buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Diverse Flavor Library",
|
||||
description: "Choose from an extensive range of classic and exotic flavors, fillings, and frostings. Something delicious for every palate.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-buffet-with-cupcakes-cakepops-cookiies-glasses-other-desserts_501050-528.jpg",
|
||||
imageAlt: "Variety of cake slices",
|
||||
buttonIcon: "Cherry",
|
||||
title: "Diverse Flavor Library", description: "Choose from an extensive range of classic and exotic flavors, fillings, and frostings. Something delicious for every palate.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-buffet-with-cupcakes-cakepops-cookiies-glasses-other-desserts_501050-528.jpg", imageAlt: "Variety of cake slices", buttonIcon: Cherry,
|
||||
},
|
||||
{
|
||||
title: "Dietary-Friendly Options",
|
||||
description: "We offer delicious gluten-free, vegan, and other allergy-conscious options without compromising on taste or quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-preparing-cake_23-2147821299.jpg",
|
||||
imageAlt: "Healthy dessert ingredients",
|
||||
buttonIcon: "Leaf",
|
||||
title: "Dietary-Friendly Options", description: "We offer delicious gluten-free, vegan, and other allergy-conscious options without compromising on taste or quality.", imageSrc: "http://img.b2bpic.net/free-photo/waitress-preparing-cake_23-2147821299.jpg", imageAlt: "Healthy dessert ingredients", buttonIcon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Reliable Delivery Service",
|
||||
description: "Your custom cake, freshly baked and safely delivered to your doorstep, ensuring it arrives perfect for your celebration.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baker-man-pointing-gift-box-t-shirt_176474-23449.jpg",
|
||||
imageAlt: "Cake box ready for delivery",
|
||||
buttonIcon: "Truck",
|
||||
title: "Reliable Delivery Service", description: "Your custom cake, freshly baked and safely delivered to your doorstep, ensuring it arrives perfect for your celebration.", imageSrc: "http://img.b2bpic.net/free-photo/baker-man-pointing-gift-box-t-shirt_176474-23449.jpg", imageAlt: "Cake box ready for delivery", buttonIcon: Truck,
|
||||
},
|
||||
]}
|
||||
title="Our Sweet Specialties"
|
||||
@@ -232,53 +160,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "cake-1",
|
||||
name: "Chuck E. Cheese Birthday",
|
||||
price: "Custom Quote",
|
||||
variant: "Kids' Party",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EGqVJbMEJcjP6xqFeVMmoTqKdp/uploaded-1781054668212-ad5a4pve.jpg",
|
||||
imageAlt: "Chuck E. Cheese themed birthday cake",
|
||||
},
|
||||
id: "cake-1", name: "Chuck E. Cheese Birthday", price: "Custom Quote", variant: "Kids' Party", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EGqVJbMEJcjP6xqFeVMmoTqKdp/uploaded-1781054668212-ad5a4pve.jpg", imageAlt: "Chuck E. Cheese themed birthday cake"},
|
||||
{
|
||||
id: "cake-2",
|
||||
name: "Sonic the Hedgehog Adventure",
|
||||
price: "Custom Quote",
|
||||
variant: "Gaming Theme",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EGqVJbMEJcjP6xqFeVMmoTqKdp/uploaded-1781054668212-d6zc43e5.jpg",
|
||||
imageAlt: "Sonic the Hedgehog themed birthday cake",
|
||||
},
|
||||
id: "cake-2", name: "Sonic the Hedgehog Adventure", price: "Custom Quote", variant: "Gaming Theme", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EGqVJbMEJcjP6xqFeVMmoTqKdp/uploaded-1781054668212-d6zc43e5.jpg", imageAlt: "Sonic the Hedgehog themed birthday cake"},
|
||||
{
|
||||
id: "cake-3",
|
||||
name: "Hello Kitty Pink Delight",
|
||||
price: "Custom Quote",
|
||||
variant: "Character Cake",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EGqVJbMEJcjP6xqFeVMmoTqKdp/uploaded-1781054668212-gn1jpqgw.jpg",
|
||||
imageAlt: "Hello Kitty themed pink birthday cake",
|
||||
},
|
||||
id: "cake-3", name: "Hello Kitty Pink Delight", price: "Custom Quote", variant: "Character Cake", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EGqVJbMEJcjP6xqFeVMmoTqKdp/uploaded-1781054668212-gn1jpqgw.jpg", imageAlt: "Hello Kitty themed pink birthday cake"},
|
||||
{
|
||||
id: "cake-4",
|
||||
name: "Frozen Elsa's Castle",
|
||||
price: "Custom Quote",
|
||||
variant: "Princess Theme",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EGqVJbMEJcjP6xqFeVMmoTqKdp/uploaded-1781054668212-ve2xgod5.jpg",
|
||||
imageAlt: "Frozen themed birthday cake with Elsa",
|
||||
},
|
||||
id: "cake-4", name: "Frozen Elsa's Castle", price: "Custom Quote", variant: "Princess Theme", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EGqVJbMEJcjP6xqFeVMmoTqKdp/uploaded-1781054668212-ve2xgod5.jpg", imageAlt: "Frozen themed birthday cake with Elsa"},
|
||||
{
|
||||
id: "cake-5",
|
||||
name: "Money Letter 'E' Cake",
|
||||
price: "Custom Quote",
|
||||
variant: "Number/Letter Cake",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EGqVJbMEJcjP6xqFeVMmoTqKdp/uploaded-1781054668212-z8i2o5qo.jpg",
|
||||
imageAlt: "Letter 'E' shaped cake decorated with money and fruit",
|
||||
},
|
||||
id: "cake-5", name: "Money Letter 'E' Cake", price: "Custom Quote", variant: "Number/Letter Cake", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EGqVJbMEJcjP6xqFeVMmoTqKdp/uploaded-1781054668212-z8i2o5qo.jpg", imageAlt: "Letter 'E' shaped cake decorated with money and fruit"},
|
||||
{
|
||||
id: "cake-6",
|
||||
name: "Elegant Floral Tier Cake",
|
||||
price: "Custom Quote",
|
||||
variant: "Wedding/Anniversary",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-types-pastries-glass-cabinet-with-price-tag_23-2148028012.jpg",
|
||||
imageAlt: "Elegant multi-tier cake with floral decorations",
|
||||
},
|
||||
id: "cake-6", name: "Elegant Floral Tier Cake", price: "Custom Quote", variant: "Wedding/Anniversary", imageSrc: "http://img.b2bpic.net/free-photo/different-types-pastries-glass-cabinet-with-price-tag_23-2148028012.jpg", imageAlt: "Elegant multi-tier cake with floral decorations"},
|
||||
]}
|
||||
title="Our Beautiful Creations"
|
||||
description="Browse a selection of our recent custom cakes. Each one tells a unique story and brings joy to celebrations."
|
||||
@@ -292,42 +184,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "standard-cake",
|
||||
badge: "Popular",
|
||||
badgeIcon: Star,
|
||||
price: "Starts from $75",
|
||||
subtitle: "For elegant, simpler designs",
|
||||
buttons: [
|
||||
id: "standard-cake", badge: "Popular", badgeIcon: Star,
|
||||
price: "Starts from $75", subtitle: "For elegant, simpler designs", buttons: [
|
||||
{
|
||||
text: "Get Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Quote", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Single or Double Tier",
|
||||
"Standard Flavors & Fillings",
|
||||
"Basic Decorations",
|
||||
"Serves 10-20",
|
||||
],
|
||||
"Single or Double Tier", "Standard Flavors & Fillings", "Basic Decorations", "Serves 10-20"],
|
||||
},
|
||||
{
|
||||
id: "premium-cake",
|
||||
badge: "Deluxe",
|
||||
badgeIcon: Award,
|
||||
price: "Starts from $150",
|
||||
subtitle: "For intricate & themed creations",
|
||||
buttons: [
|
||||
id: "premium-cake", badge: "Deluxe", badgeIcon: Award,
|
||||
price: "Starts from $150", subtitle: "For intricate & themed creations", buttons: [
|
||||
{
|
||||
text: "Get Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Quote", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Multi-Tiered Designs",
|
||||
"Premium & Custom Flavors",
|
||||
"Intricate Fondant Work",
|
||||
"Serves 20-50+",
|
||||
],
|
||||
"Multi-Tiered Designs", "Premium & Custom Flavors", "Intricate Fondant Work", "Serves 20-50+"],
|
||||
},
|
||||
]}
|
||||
title="Simple Pricing for Custom Cakes"
|
||||
@@ -341,59 +213,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Absolutely Perfect!",
|
||||
quote: "Leasha Bakes Cakes created the most beautiful and delicious birthday cake for my daughter. It was even better than I imagined!",
|
||||
name: "Sarah J.",
|
||||
role: "Happy Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-curly-hair-holiday-cap-holding-birthday-cake-happy-excited-smiling-cheerfully-birthday-party-concept-pink_141793-58615.jpg",
|
||||
imageAlt: "Smiling woman holding a cake",
|
||||
},
|
||||
id: "1", title: "Absolutely Perfect!", quote: "Leasha Bakes Cakes created the most beautiful and delicious birthday cake for my daughter. It was even better than I imagined!", name: "Sarah J.", role: "Happy Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-curly-hair-holiday-cap-holding-birthday-cake-happy-excited-smiling-cheerfully-birthday-party-concept-pink_141793-58615.jpg", imageAlt: "Smiling woman holding a cake"},
|
||||
{
|
||||
id: "2",
|
||||
title: "A True Artist!",
|
||||
quote: "The wedding cake was a masterpiece! Not only did it look stunning, but it tasted incredible. Everyone raved about it.",
|
||||
name: "Michael C.",
|
||||
role: "Groom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-gender-reveal-party_52683-107195.jpg",
|
||||
imageAlt: "Couple smiling at a wedding cake",
|
||||
},
|
||||
id: "2", title: "A True Artist!", quote: "The wedding cake was a masterpiece! Not only did it look stunning, but it tasted incredible. Everyone raved about it.", name: "Michael C.", role: "Groom", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-gender-reveal-party_52683-107195.jpg", imageAlt: "Couple smiling at a wedding cake"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Beyond Expectations",
|
||||
quote: "I needed a last-minute custom cake and Leasha delivered beyond expectations. The detail and flavor were just perfect!",
|
||||
name: "Emily R.",
|
||||
role: "Event Planner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-loving-couple-bakers-drinking-coffee-looking-aside_171337-14162.jpg",
|
||||
imageAlt: "Woman looking happily surprised",
|
||||
},
|
||||
id: "3", title: "Beyond Expectations", quote: "I needed a last-minute custom cake and Leasha delivered beyond expectations. The detail and flavor were just perfect!", name: "Emily R.", role: "Event Planner", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-loving-couple-bakers-drinking-coffee-looking-aside_171337-14162.jpg", imageAlt: "Woman looking happily surprised"},
|
||||
{
|
||||
id: "4",
|
||||
title: "My Go-To Baker",
|
||||
quote: "Leasha is my absolute go-to for all celebrations now. Her cakes are consistently fresh, moist, and wonderfully decorated.",
|
||||
name: "David K.",
|
||||
role: "Regular Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-sharing-slice-chocolate-cake_1170-542.jpg",
|
||||
imageAlt: "Man enjoying a slice of cake",
|
||||
},
|
||||
id: "4", title: "My Go-To Baker", quote: "Leasha is my absolute go-to for all celebrations now. Her cakes are consistently fresh, moist, and wonderfully decorated.", name: "David K.", role: "Regular Client", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-sharing-slice-chocolate-cake_1170-542.jpg", imageAlt: "Man enjoying a slice of cake"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Kid's Dream Cake!",
|
||||
quote: "My son's superhero cake was a huge hit! He couldn't stop talking about it. Thank you for making his birthday so special.",
|
||||
name: "Jessica L.",
|
||||
role: "Parent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/four-beautiful-girls-resting-party_176420-6183.jpg",
|
||||
imageAlt: "Child smiling with a themed cake",
|
||||
},
|
||||
id: "5", title: "Kid's Dream Cake!", quote: "My son's superhero cake was a huge hit! He couldn't stop talking about it. Thank you for making his birthday so special.", name: "Jessica L.", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/four-beautiful-girls-resting-party_176420-6183.jpg", imageAlt: "Child smiling with a themed cake"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Flavorful & Beautiful",
|
||||
quote: "Every flavor choice was amazing, and the design matched our theme perfectly. Truly a centerpiece for our anniversary party!",
|
||||
name: "Robert M.",
|
||||
role: "Anniversary Celebrant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-taking-pizza-slice_23-2148037650.jpg",
|
||||
imageAlt: "Couple cutting an anniversary cake",
|
||||
},
|
||||
id: "6", title: "Flavorful & Beautiful", quote: "Every flavor choice was amazing, and the design matched our theme perfectly. Truly a centerpiece for our anniversary party!", name: "Robert M.", role: "Anniversary Celebrant", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-taking-pizza-slice_23-2148037650.jpg", imageAlt: "Couple cutting an anniversary cake"},
|
||||
]}
|
||||
title="Hear From Our Happy Customers"
|
||||
description="The best part of our job is seeing the joy our cakes bring. Read what our wonderful clients have to say!"
|
||||
@@ -406,25 +236,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How far in advance should I place my order?",
|
||||
content: "We recommend placing custom cake orders at least 2-4 weeks in advance, especially for larger or more intricate designs, to ensure availability.",
|
||||
},
|
||||
id: "faq-1", title: "How far in advance should I place my order?", content: "We recommend placing custom cake orders at least 2-4 weeks in advance, especially for larger or more intricate designs, to ensure availability."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we offer local delivery within a specified radius. Delivery fees vary based on distance. Please inquire about our delivery services when ordering.",
|
||||
},
|
||||
id: "faq-2", title: "Do you offer delivery?", content: "Yes, we offer local delivery within a specified radius. Delivery fees vary based on distance. Please inquire about our delivery services when ordering."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Can you accommodate dietary restrictions?",
|
||||
content: "Absolutely! We offer a variety of options for dietary needs, including gluten-free, vegan, and nut-free. Please discuss your specific requirements when placing your order.",
|
||||
},
|
||||
id: "faq-3", title: "Can you accommodate dietary restrictions?", content: "Absolutely! We offer a variety of options for dietary needs, including gluten-free, vegan, and nut-free. Please discuss your specific requirements when placing your order."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What flavors do you offer?",
|
||||
content: "Our menu features a wide array of classic and gourmet flavors, fillings, and frostings. We can also create custom flavors upon request. Check our full flavor list or ask for recommendations!",
|
||||
},
|
||||
id: "faq-4", title: "What flavors do you offer?", content: "Our menu features a wide array of classic and gourmet flavors, fillings, and frostings. We can also create custom flavors upon request. Check our full flavor list or ask for recommendations!"},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about ordering, flavors, delivery, and more."
|
||||
@@ -436,20 +254,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Let's Talk"
|
||||
title="Ready for a Custom Cake?"
|
||||
description="Reach out to Leasha Bakes Cakes today to discuss your next sweet creation. We can't wait to bake for you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:info@leashabakescakes.com",
|
||||
},
|
||||
text: "Email Us", href: "mailto:info@leashabakescakes.com"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call Now", href: "tel:+1234567890"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -459,58 +272,35 @@ export default function LandingPage() {
|
||||
logoText="Leasha Bakes Cakes"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Gallery", href: "#products"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Custom Orders",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Custom Orders", href: "#pricing"},
|
||||
{
|
||||
label: "Flavor Options",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Flavor Options", href: "#features"},
|
||||
{
|
||||
label: "Delivery Info",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "Delivery Info", href: "#faq"},
|
||||
{
|
||||
label: "Dietary Needs",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Dietary Needs", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://www.instagram.com/leashabakescakes/",
|
||||
},
|
||||
label: "Instagram", href: "https://www.instagram.com/leashabakescakes/"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user