Merge version_1 into main #1
228
src/app/page.tsx
228
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Products", id: "#products" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Sweet Delights Bakery"
|
||||
/>
|
||||
@@ -53,17 +41,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Welcome to Sweet Delights"
|
||||
description="Where every bite is made with love and freshness. We bring artisan quality to your daily treats."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order on WhatsApp",
|
||||
href: "https://wa.me/1234567890",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Order on WhatsApp", href: "https://wa.me/1234567890" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/various-cakes-supermarket-shelves-sale_627829-7332.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -74,46 +55,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Fresh Daily",
|
||||
tags: [
|
||||
"Artisan",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bread-menu-restaurant_624325-713.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Custom Cakes",
|
||||
tags: [
|
||||
"Events",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-three-layer-wedding-cake-decorated-with-flowers-silver-platter_181624-3205.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Pastry Selection",
|
||||
tags: [
|
||||
"Daily",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissant-cake-stand-counter-coffee-shop_23-2148027949.jpg",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Premium Ingredients",
|
||||
tags: [
|
||||
"Quality",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gray-bread-table_140725-4737.jpg",
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Quick Delivery",
|
||||
tags: [
|
||||
"Service",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-traditional-round-bread-craft-paper-package-decorated-with-branch-christmas-market_166373-3255.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Fresh Daily", tags: ["Artisan"], imageSrc: "http://img.b2bpic.net/free-photo/bread-menu-restaurant_624325-713.jpg" },
|
||||
{ id: "f2", title: "Custom Cakes", tags: ["Events"], imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-three-layer-wedding-cake-decorated-with-flowers-silver-platter_181624-3205.jpg" },
|
||||
{ id: "f3", title: "Pastry Selection", tags: ["Daily"], imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissant-cake-stand-counter-coffee-shop_23-2148027949.jpg" },
|
||||
{ id: "f4", title: "Premium Ingredients", tags: ["Quality"], imageSrc: "http://img.b2bpic.net/free-photo/gray-bread-table_140725-4737.jpg" },
|
||||
{ id: "f5", title: "Quick Delivery", tags: ["Service"], imageSrc: "http://img.b2bpic.net/free-photo/closeup-traditional-round-bread-craft-paper-package-decorated-with-branch-christmas-market_166373-3255.jpg" }
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="We take pride in our traditional methods and quality."
|
||||
@@ -124,62 +70,15 @@ export default function LandingPage() {
|
||||
<ProductCardTwo
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Chocolate Cake",
|
||||
brand: "Bakery",
|
||||
price: "$25",
|
||||
rating: 5,
|
||||
reviewCount: "20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cake_23-2148604536.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Birthday Cake",
|
||||
brand: "Bakery",
|
||||
price: "$40",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/row-cupcakes-with-burning-candles-blue-backdrop_23-2147917412.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Red Velvet",
|
||||
brand: "Bakery",
|
||||
price: "$30",
|
||||
rating: 4,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-velvet-cakes-isolated_1203-6842.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Cupcakes",
|
||||
brand: "Bakery",
|
||||
price: "$15",
|
||||
rating: 5,
|
||||
reviewCount: "30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-cupcakes-confetti_23-2147654684.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Fruit Tart",
|
||||
brand: "Bakery",
|
||||
price: "$20",
|
||||
rating: 4,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cakes-with-fruits_23-2148536857.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "French Macarons",
|
||||
brand: "Bakery",
|
||||
price: "$22",
|
||||
rating: 5,
|
||||
reviewCount: "25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-appetizing-homemade-chocolate-cookies-metal-tray_181624-57715.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Chocolate Cake", brand: "Bakery", price: "$25", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cake_23-2148604536.jpg" },
|
||||
{ id: "p2", name: "Birthday Cake", brand: "Bakery", price: "$40", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/row-cupcakes-with-burning-candles-blue-backdrop_23-2147917412.jpg" },
|
||||
{ id: "p3", name: "Red Velvet", brand: "Bakery", price: "$30", rating: 4, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/red-velvet-cakes-isolated_1203-6842.jpg" },
|
||||
{ id: "p4", name: "Cupcakes", brand: "Bakery", price: "$15", rating: 5, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/decorated-cupcakes-confetti_23-2147654684.jpg" },
|
||||
{ id: "p5", name: "Fruit Tart", brand: "Bakery", price: "$20", rating: 4, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cakes-with-fruits_23-2148536857.jpg" },
|
||||
{ id: "p6", name: "French Macarons", brand: "Bakery", price: "$22", rating: 5, reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-appetizing-homemade-chocolate-cookies-metal-tray_181624-57715.jpg" }
|
||||
]}
|
||||
title="Our Creations"
|
||||
description="From birthday cakes to daily snacks."
|
||||
@@ -201,46 +100,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah",
|
||||
handle: "@sarah",
|
||||
testimonial: "Best birthday cake ever!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-offering-macarons_23-2147985065.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark",
|
||||
handle: "@mark",
|
||||
testimonial: "Fresh and tasty daily.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/holidays-spring-party-concept-portrait-dreamy-happy-birthday-girl-feeling-excitement-joy-celebrating-bday-biting-lip-smiling-as-making-wish-blowing-candle-cake_1258-93992.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily",
|
||||
handle: "@emily",
|
||||
testimonial: "The cupcakes are to die for.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24672.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David",
|
||||
handle: "@david",
|
||||
testimonial: "Great service every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/satisfied-female-baker-looking-freshly-baked-croissant_23-2148189112.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Anna",
|
||||
handle: "@anna",
|
||||
testimonial: "Love their custom cakes.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-attractive-brunette-bday-girl-making-wish-birthday-cake-white-background_1258-120202.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah", handle: "@sarah", testimonial: "Best birthday cake ever!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/waitress-offering-macarons_23-2147985065.jpg" },
|
||||
{ id: "t2", name: "Mark", handle: "@mark", testimonial: "Fresh and tasty daily.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/holidays-spring-party-concept-portrait-dreamy-happy-birthday-girl-feeling-excitement-joy-celebrating-bday-biting-lip-smiling-as-making-wish-blowing-candle-cake_1258-93992.jpg" },
|
||||
{ id: "t3", name: "Emily", handle: "@emily", testimonial: "The cupcakes are to die for.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24672.jpg" },
|
||||
{ id: "t4", name: "David", handle: "@david", testimonial: "Great service every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/satisfied-female-baker-looking-freshly-baked-croissant_23-2148189112.jpg" },
|
||||
{ id: "t5", name: "Anna", handle: "@anna", testimonial: "Love their custom cakes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/excited-attractive-brunette-bday-girl-making-wish-birthday-cake-white-background_1258-120202.jpg" }
|
||||
]}
|
||||
showRating={true}
|
||||
title="Happy Customers"
|
||||
@@ -253,21 +117,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Opening Hours",
|
||||
content: "Daily from 8 AM to 8 PM.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Location",
|
||||
content: "123 Bakery St, City Center.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Delivery",
|
||||
content: "We offer fast delivery services.",
|
||||
},
|
||||
{ id: "q1", title: "Opening Hours", content: "Daily from 8 AM to 8 PM." },
|
||||
{ id: "q2", title: "Location", content: "123 Bakery St, City Center." },
|
||||
{ id: "q3", title: "Delivery", content: "We offer fast delivery services." }
|
||||
]}
|
||||
mediaAnimation="none"
|
||||
title="Where To Find Us"
|
||||
@@ -280,9 +132,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Get In Touch"
|
||||
description="Call us at +1 234 567 890 or use the form below."
|
||||
@@ -293,28 +143,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Sweet Delights"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/1234567890",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigate", items: [{ label: "Home", href: "#hero" }, { label: "Products", href: "#products" }] },
|
||||
{ title: "Social", items: [{ label: "WhatsApp", href: "https://wa.me/1234567890" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user