Merge version_2 into main #1
239
src/app/page.tsx
239
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "products",
|
||||
},
|
||||
name: "Shop", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="LA Cake World"
|
||||
/>
|
||||
@@ -58,62 +48,39 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Indulge in LA Cake World"
|
||||
description="Artisan cakes, handcrafted chocolates, and premium sweets made with love. Experience the finest desserts in the city."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-looking-goodies-local-male-producer_23-2149110840.jpg"
|
||||
imageAlt="Luxurious cake display"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-scratching-his-beard-near-mirror_171337-16540.jpg",
|
||||
alt: "Satisfied customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-scratching-his-beard-near-mirror_171337-16540.jpg", alt: "Satisfied customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-confectioner-boxing-desserts_23-2150360238.jpg",
|
||||
alt: "Happy regular",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-confectioner-boxing-desserts_23-2150360238.jpg", alt: "Happy regular"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-donut-shop-ai-generated_23-2150694732.jpg",
|
||||
alt: "Dessert enthusiast",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-donut-shop-ai-generated_23-2150694732.jpg", alt: "Dessert enthusiast"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg",
|
||||
alt: "Cake lover",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg", alt: "Cake lover"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg",
|
||||
alt: "Community member",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg", alt: "Community member"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Handcrafted Daily",
|
||||
},
|
||||
type: "text", text: "Handcrafted Daily"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Ingredients",
|
||||
},
|
||||
type: "text", text: "Premium Ingredients"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisan Chocolates",
|
||||
},
|
||||
type: "text", text: "Artisan Chocolates"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Custom Cake Design",
|
||||
},
|
||||
type: "text", text: "Custom Cake Design"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
type: "text", text: "Locally Sourced"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,14 +90,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Passion for Perfection",
|
||||
},
|
||||
type: "text", content: "Our Passion for Perfection"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273178.jpg",
|
||||
alt: "Cake baking",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273178.jpg", alt: "Cake baking"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -143,59 +105,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "LA Cake",
|
||||
name: "Truffle Box",
|
||||
price: "$25",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-chocolate-assortments-candy_23-2148569689.jpg",
|
||||
},
|
||||
id: "p1", brand: "LA Cake", name: "Truffle Box", price: "$25", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-chocolate-assortments-candy_23-2148569689.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "LA Cake",
|
||||
name: "Strawberry Delight",
|
||||
price: "$45",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-crepes-cake_74190-6273.jpg",
|
||||
},
|
||||
id: "p2", brand: "LA Cake", name: "Strawberry Delight", price: "$45", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-crepes-cake_74190-6273.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "LA Cake",
|
||||
name: "Dark Chocolate Bar",
|
||||
price: "$12",
|
||||
rating: 4,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/paper-bag-with-chocolate-bars-cocoa-beans-wooden-table_23-2147873750.jpg",
|
||||
},
|
||||
id: "p3", brand: "LA Cake", name: "Dark Chocolate Bar", price: "$12", rating: 4,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/paper-bag-with-chocolate-bars-cocoa-beans-wooden-table_23-2147873750.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "LA Cake",
|
||||
name: "Macaron Assortment",
|
||||
price: "$30",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-white-gypsophila-macaroons-white-box-wooden-table_23-2148087066.jpg",
|
||||
},
|
||||
id: "p4", brand: "LA Cake", name: "Macaron Assortment", price: "$30", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-white-gypsophila-macaroons-white-box-wooden-table_23-2148087066.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "LA Cake",
|
||||
name: "Fudge Brownie",
|
||||
price: "$8",
|
||||
rating: 4,
|
||||
reviewCount: "300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-muffins-chocolate-sauce-top-view_114579-61366.jpg",
|
||||
},
|
||||
id: "p5", brand: "LA Cake", name: "Fudge Brownie", price: "$8", rating: 4,
|
||||
reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-muffins-chocolate-sauce-top-view_114579-61366.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "LA Cake",
|
||||
name: "Celebration Cake",
|
||||
price: "$60",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-ornate-weeding-cake_23-2151379529.jpg",
|
||||
},
|
||||
id: "p6", brand: "LA Cake", name: "Celebration Cake", price: "$60", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-ornate-weeding-cake_23-2151379529.jpg"},
|
||||
]}
|
||||
title="Our Creations"
|
||||
description="Discover our selection of handcrafted cakes and chocolates."
|
||||
@@ -209,45 +135,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice M.",
|
||||
handle: "@alice",
|
||||
testimonial: "The best cakes I have ever tasted!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
|
||||
},
|
||||
id: "t1", name: "Alice M.", handle: "@alice", testimonial: "The best cakes I have ever tasted!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Bob D.",
|
||||
handle: "@bob",
|
||||
testimonial: "Unbelievable quality and presentation.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg",
|
||||
},
|
||||
id: "t2", name: "Bob D.", handle: "@bob", testimonial: "Unbelievable quality and presentation.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Charlie R.",
|
||||
handle: "@char",
|
||||
testimonial: "My go-to place for birthday cakes.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-smiling-holding-birthday-cake-purple-wall_176420-2205.jpg",
|
||||
},
|
||||
id: "t3", name: "Charlie R.", handle: "@char", testimonial: "My go-to place for birthday cakes.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-smiling-holding-birthday-cake-purple-wall_176420-2205.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Diana P.",
|
||||
handle: "@diana",
|
||||
testimonial: "Amazing chocolates! Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg",
|
||||
},
|
||||
id: "t4", name: "Diana P.", handle: "@diana", testimonial: "Amazing chocolates! Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Evan K.",
|
||||
handle: "@evan",
|
||||
testimonial: "Stunning cakes and lovely service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-sitting_23-2149481036.jpg",
|
||||
},
|
||||
id: "t5", name: "Evan K.", handle: "@evan", testimonial: "Stunning cakes and lovely service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-sitting_23-2149481036.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Customer Stories"
|
||||
@@ -261,20 +162,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you deliver?",
|
||||
content: "Yes, we offer local delivery options.",
|
||||
},
|
||||
id: "q1", title: "Do you deliver?", content: "Yes, we offer local delivery within a 15-mile radius of LA. For further distances or bulk orders, please check our Shipping page for full details."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I order custom cakes?",
|
||||
content: "Absolutely! Contact us for bespoke designs.",
|
||||
},
|
||||
id: "q2", title: "Can I order custom cakes?", content: "Absolutely! Contact us for bespoke designs."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are ingredients natural?",
|
||||
content: "We use only premium, all-natural ingredients.",
|
||||
},
|
||||
id: "q3", title: "Are ingredients natural?", content: "We use only premium, all-natural ingredients."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-smiling-confectioner-decorating-gingerman_1163-2848.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -289,14 +181,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"The Knot",
|
||||
"Wedding Wire",
|
||||
"Food & Wine",
|
||||
"Eater LA",
|
||||
"LA Times",
|
||||
"Bon Appetit",
|
||||
"Vogue",
|
||||
]}
|
||||
"The Knot", "Wedding Wire", "Food & Wine", "Eater LA", "LA Times", "Bon Appetit", "Vogue"]}
|
||||
title="Trusted by"
|
||||
description="We are proud to serve our local community."
|
||||
/>
|
||||
@@ -309,16 +194,10 @@ export default function LandingPage() {
|
||||
description="Stop by our shop or send us a message."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-vintage-shop-window_141667-3.jpg"
|
||||
@@ -329,29 +208,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Cakes",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Cakes", href: "#products"},
|
||||
{
|
||||
label: "Chocolates",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Chocolates", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -361,4 +230,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user