|
|
|
|
@@ -3,7 +3,6 @@
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
|
|
|
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
|
|
|
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
|
|
|
@@ -48,7 +47,7 @@ export default function LandingPage() {
|
|
|
|
|
{ text: "Submit an Inquiry", href: "#contact" },
|
|
|
|
|
{ text: "Call Now", href: "tel:5550123" },
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6tHOp9cQjweELT0lpQ1sjjtHL/uploaded-1779512863699-zpodpahm.png"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6tHOp9cQjweELT0lpQ1sjjtHL/uploaded-1779512863699-zpodpahm.png?_wi=1"
|
|
|
|
|
imageAlt="Custom handmade cake"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
avatars={[
|
|
|
|
|
@@ -74,7 +73,7 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
title="From Our Kitchen to Yours"
|
|
|
|
|
description="At Minis Cakes, we believe that every gathering deserves a personal touch. Our home bakery focuses on small-batch, handmade cakes using high-quality local ingredients to ensure every slice tells a story of care and passion."
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6tHOp9cQjweELT0lpQ1sjjtHL/uploaded-1779512846429-h85o73cx.png"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6tHOp9cQjweELT0lpQ1sjjtHL/uploaded-1779512846429-h85o73cx.png?_wi=1"
|
|
|
|
|
imageAlt="Baker decorating a cake"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -86,10 +85,10 @@ export default function LandingPage() {
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
products={[
|
|
|
|
|
{ id: "p1", name: "Classic Birthday", price: "$45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6tHOp9cQjweELT0lpQ1sjjtHL/uploaded-1779512863699-zpodpahm.png" },
|
|
|
|
|
{ id: "p2", name: "Chocolate Fudge", price: "$50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6tHOp9cQjweELT0lpQ1sjjtHL/uploaded-1779512846429-h85o73cx.png" },
|
|
|
|
|
{ id: "p3", name: "Vanilla Berry", price: "$48", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6tHOp9cQjweELT0lpQ1sjjtHL/uploaded-1779512863699-zpodpahm.png" },
|
|
|
|
|
{ id: "p4", name: "Lemon Curd Layer", price: "$52", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6tHOp9cQjweELT0lpQ1sjjtHL/uploaded-1779512863699-zpodpahm.png" },
|
|
|
|
|
{ id: "p1", name: "Classic Birthday", price: "$45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6tHOp9cQjweELT0lpQ1sjjtHL/uploaded-1779512863699-zpodpahm.png?_wi=2" },
|
|
|
|
|
{ id: "p2", name: "Chocolate Fudge", price: "$50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6tHOp9cQjweELT0lpQ1sjjtHL/uploaded-1779512846429-h85o73cx.png?_wi=2" },
|
|
|
|
|
{ id: "p3", name: "Vanilla Berry", price: "$48", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6tHOp9cQjweELT0lpQ1sjjtHL/uploaded-1779512863699-zpodpahm.png?_wi=3" },
|
|
|
|
|
{ id: "p4", name: "Lemon Curd Layer", price: "$52", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6tHOp9cQjweELT0lpQ1sjjtHL/uploaded-1779512863699-zpodpahm.png?_wi=4" },
|
|
|
|
|
{ id: "p5", name: "Carrot Walnut", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-tray-with-dessert-close-up_23-2148972051.jpg" },
|
|
|
|
|
{ id: "p6", name: "Red Velvet Mini", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-homemade-dessert_23-2148900946.jpg" },
|
|
|
|
|
]}
|
|
|
|
|
@@ -131,25 +130,6 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
|
<FaqSplitMedia
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
faqs={[
|
|
|
|
|
{ id: "q1", title: "How far in advance should I order?", content: "We recommend at least 3-7 days notice depending on the size of the cake." },
|
|
|
|
|
{ id: "q2", title: "Do you offer delivery?", content: "Yes, local delivery is available within a 15-mile radius." },
|
|
|
|
|
{ id: "q3", title: "Can I request custom flavors?", content: "Absolutely! We love exploring new flavors for your special day." },
|
|
|
|
|
{ id: "q4", title: "Are there allergy options?", content: "Please let us know your specific needs; while we aren't a nut-free facility, we accommodate where possible." },
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/front-view-female-cook-white-cook-suit-holding-big-white-sign-green-surface_140725-31185.jpg"
|
|
|
|
|
imageAlt="Bakery consultation"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
title="Frequently Asked Questions"
|
|
|
|
|
description="Have more questions about our baking process?"
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactText
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
|