Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 73eb657a8b | |||
| 4b48702e8c | |||
| 45af13f2b4 |
251
src/app/page.tsx
251
src/app/page.tsx
@@ -30,27 +30,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Lavender Lane"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+27000000000",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+270117623767"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,112 +48,62 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Fresh, Custom Cakes Made with Love in Witpoortjie"
|
||||
description="Order your perfect cake today. From custom birthday treats to fresh baked goods, we bring joy to every celebration."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "The best custom cakes in Witpoortjie! Truly made with love.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-white-delicious-christmas-cake-with-nuts-mandarine_181624-17694.jpg?_wi=1",
|
||||
imageAlt: "fresh custom cake pastel background",
|
||||
},
|
||||
name: "Sarah J.", handle: "@sarahj", testimonial: "The best custom cakes in Witpoortjie! Truly made with love.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-white-delicious-christmas-cake-with-nuts-mandarine_181624-17694.jpg?_wi=1", imageAlt: "fresh custom cake pastel background"},
|
||||
{
|
||||
name: "Mark D.",
|
||||
handle: "@markd",
|
||||
testimonial: "Fresh, affordable, and absolutely delicious. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-restaurant_23-2148018760.jpg?_wi=1",
|
||||
imageAlt: "delicious chocolate cake slice",
|
||||
},
|
||||
name: "Mark D.", handle: "@markd", testimonial: "Fresh, affordable, and absolutely delicious. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-restaurant_23-2148018760.jpg?_wi=1", imageAlt: "delicious chocolate cake slice"},
|
||||
{
|
||||
name: "Lisa K.",
|
||||
handle: "@lisak",
|
||||
testimonial: "Lavender Lane never disappoints for our family birthdays.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-muffins-wrapped-presents-transparent-champagne-pink-purple-backdrop_23-2147942615.jpg?_wi=1",
|
||||
imageAlt: "gourmet cupcake box pastel colors",
|
||||
},
|
||||
name: "Lisa K.", handle: "@lisak", testimonial: "Lavender Lane never disappoints for our family birthdays.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-muffins-wrapped-presents-transparent-champagne-pink-purple-backdrop_23-2147942615.jpg?_wi=1", imageAlt: "gourmet cupcake box pastel colors"},
|
||||
{
|
||||
name: "Tom R.",
|
||||
handle: "@tomr",
|
||||
testimonial: "Quick service and beautiful designs. Perfect for last minute!",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-flower-pot-tools_23-2148672669.jpg?_wi=1",
|
||||
imageAlt: "potted house plants for sale",
|
||||
},
|
||||
name: "Tom R.", handle: "@tomr", testimonial: "Quick service and beautiful designs. Perfect for last minute!", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-flower-pot-tools_23-2148672669.jpg?_wi=1", imageAlt: "potted house plants for sale"},
|
||||
{
|
||||
name: "Emma W.",
|
||||
handle: "@emmaw",
|
||||
testimonial: "Amazing quality and service. Will definitely be back.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5483.jpg?_wi=1",
|
||||
imageAlt: "happy customer holding birthday cake",
|
||||
},
|
||||
name: "Emma W.", handle: "@emmaw", testimonial: "Amazing quality and service. Will definitely be back.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5483.jpg?_wi=1", imageAlt: "happy customer holding birthday cake"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+27000000000",
|
||||
},
|
||||
text: "Call Now", href: "tel:+270117623767"},
|
||||
{
|
||||
text: "Order via WhatsApp",
|
||||
href: "https://wa.me/27000000000",
|
||||
},
|
||||
text: "Order via WhatsApp", href: "https://wa.me/270117623767"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-picture-white-delicious-christmas-cake-with-nuts-mandarine_181624-17694.jpg?_wi=2"
|
||||
imageAlt="Custom birthday cake"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5483.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5483.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-people-garage-sale_23-2150577110.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-people-garage-sale_23-2150577110.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-male-courier-blue-uniform-cape-holding-little-delivery-food-package-pink-wall_140725-45447.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-male-courier-blue-uniform-cape-holding-little-delivery-food-package-pink-wall_140725-45447.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-with-delicious-cupcakes_23-2150847716.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-with-delicious-cupcakes_23-2150847716.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/birthday-cake-with-burning-candles-which-girl-is-blowing-out-best-friends-terrace-cosy-cafe_8353-9787.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/birthday-cake-with-burning-candles-which-girl-is-blowing-out-best-friends-terrace-cosy-cafe_8353-9787.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Loved by our local community"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fresh Daily",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Fresh Daily", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Custom Designs",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Custom Designs", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Local Ingredients",
|
||||
icon: Wheat,
|
||||
type: "text-icon", text: "Local Ingredients", icon: Wheat,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Friendly Service",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Friendly Service", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fast Delivery",
|
||||
icon: Truck,
|
||||
type: "text-icon", text: "Fast Delivery", icon: Truck,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -177,41 +117,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Custom Celebration Cake",
|
||||
price: "R350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-restaurant_23-2148018760.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Custom Celebration Cake", price: "R350", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-restaurant_23-2148018760.jpg?_wi=2"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Gourmet Cupcake Box",
|
||||
price: "R120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-muffins-wrapped-presents-transparent-champagne-pink-purple-backdrop_23-2147942615.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "Gourmet Cupcake Box", price: "R120", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-muffins-wrapped-presents-transparent-champagne-pink-purple-backdrop_23-2147942615.jpg?_wi=2"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Artisan Plant Gifts",
|
||||
price: "R150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-flower-pot-tools_23-2148672669.jpg?_wi=2",
|
||||
},
|
||||
id: "p3", name: "Artisan Plant Gifts", price: "R150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-flower-pot-tools_23-2148672669.jpg?_wi=2"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Fresh Pastry Selection",
|
||||
price: "R80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-restaurant_23-2148018760.jpg?_wi=3",
|
||||
},
|
||||
id: "p4", name: "Fresh Pastry Selection", price: "R80", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-restaurant_23-2148018760.jpg?_wi=3"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Specialty Event Dessert",
|
||||
price: "R400",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-muffins-wrapped-presents-transparent-champagne-pink-purple-backdrop_23-2147942615.jpg?_wi=3",
|
||||
},
|
||||
id: "p5", name: "Specialty Event Dessert", price: "R400", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-muffins-wrapped-presents-transparent-champagne-pink-purple-backdrop_23-2147942615.jpg?_wi=3"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Handcrafted Keepsake Gift",
|
||||
price: "R200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-flower-pot-tools_23-2148672669.jpg?_wi=3",
|
||||
},
|
||||
id: "p6", name: "Handcrafted Keepsake Gift", price: "R200", imageSrc: "http://img.b2bpic.net/free-photo/close-up-flower-pot-tools_23-2148672669.jpg?_wi=3"},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Discover our range of custom cakes, fresh snacks, and gifts."
|
||||
@@ -226,17 +142,11 @@ export default function LandingPage() {
|
||||
description="Lavender Lane Home Industry started with a simple passion for baking fresh, quality treats for our local community. We believe every celebration deserves a special cake, and we're here to make yours memorable."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Locally Sourced",
|
||||
description: "Supporting local farmers for our ingredients.",
|
||||
},
|
||||
title: "Locally Sourced", description: "Supporting local farmers for our ingredients."},
|
||||
{
|
||||
title: "Fresh Daily",
|
||||
description: "We bake every order fresh, just for you.",
|
||||
},
|
||||
title: "Fresh Daily", description: "We bake every order fresh, just for you."},
|
||||
{
|
||||
title: "Community Focused",
|
||||
description: "Serving Witpoortjie and surrounds with pride.",
|
||||
},
|
||||
title: "Community Focused", description: "Serving Witpoortjie and surrounds with pride."},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-picture-white-delicious-christmas-cake-with-nuts-mandarine_181624-17694.jpg?_wi=3"
|
||||
@@ -251,40 +161,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Local Customer",
|
||||
testimonial: "Amazing cakes every time!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5483.jpg?_wi=2",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", role: "Local Customer", testimonial: "Amazing cakes every time!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5483.jpg?_wi=2"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
role: "Parent",
|
||||
testimonial: "My son loved his custom cake.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-garage-sale_23-2150577110.jpg",
|
||||
},
|
||||
id: "t2", name: "Mark D.", role: "Parent", testimonial: "My son loved his custom cake.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-garage-sale_23-2150577110.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Lisa K.",
|
||||
role: "Regular Client",
|
||||
testimonial: "Always fresh and delicious.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-blue-uniform-cape-holding-little-delivery-food-package-pink-wall_140725-45447.jpg",
|
||||
},
|
||||
id: "t3", name: "Lisa K.", role: "Regular Client", testimonial: "Always fresh and delicious.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-blue-uniform-cape-holding-little-delivery-food-package-pink-wall_140725-45447.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Tom R.",
|
||||
role: "Party Planner",
|
||||
testimonial: "Reliable and great service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-delicious-cupcakes_23-2150847716.jpg",
|
||||
},
|
||||
id: "t4", name: "Tom R.", role: "Party Planner", testimonial: "Reliable and great service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-delicious-cupcakes_23-2150847716.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Emma W.",
|
||||
role: "Student",
|
||||
testimonial: "Perfect gifts for my friends!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-with-burning-candles-which-girl-is-blowing-out-best-friends-terrace-cosy-cafe_8353-9787.jpg",
|
||||
},
|
||||
id: "t5", name: "Emma W.", role: "Student", testimonial: "Perfect gifts for my friends!", imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-with-burning-candles-which-girl-is-blowing-out-best-friends-terrace-cosy-cafe_8353-9787.jpg"},
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="See what our local community says about Lavender Lane."
|
||||
@@ -295,10 +180,9 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Ready to Order?"
|
||||
description="Get a quote or place your order via phone, WhatsApp, or the form below."
|
||||
description="Get a quote or place your order via phone, WhatsApp, or the form below. Call us at 0117623767."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/preparation-bread_169016-3156.jpg"
|
||||
imageAlt="Bakery contact"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -310,54 +194,33 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Celebration Cakes",
|
||||
href: "#",
|
||||
},
|
||||
label: "Celebration Cakes", href: "#"},
|
||||
{
|
||||
label: "Cupcakes & Desserts",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cupcakes & Desserts", href: "#"},
|
||||
{
|
||||
label: "Snacks",
|
||||
href: "#",
|
||||
},
|
||||
label: "Snacks", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow",
|
||||
items: [
|
||||
title: "Follow", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "#",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/270117623767"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -368,4 +231,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user