Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
200
src/app/page.tsx
200
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Boje Cake House"
|
||||
/>
|
||||
@@ -54,12 +46,11 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Artisanal Cakes for Every Occasion"
|
||||
description="At Boje Cake House, we blend tradition with innovation to craft desserts that make life's moments unforgettable."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/different-types-pastries-glass-cabinet-with-price-tag_23-2148028012.jpg"
|
||||
imageAlt="Our signature gourmet cake"
|
||||
imageAlt="artisanal cake bakery shop"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,9 +59,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="The Boje Promise"
|
||||
description={[
|
||||
"Founded in the heart of the city, Boje Cake House started as a small kitchen project built on love for pure ingredients.",
|
||||
"We source our flour, butter, and fruits from local farmers, ensuring every bite reflects the seasons and our commitment to quality.",
|
||||
]}
|
||||
"Founded in the heart of the city, Boje Cake House started as a small kitchen project built on love for pure ingredients.", "We source our flour, butter, and fruits from local farmers, ensuring every bite reflects the seasons and our commitment to quality."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -81,28 +70,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Premium Ingredients",
|
||||
descriptions: [
|
||||
"Hand-selected local produce and high-quality dairy ensure superior texture.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-prepares-dessert_158595-2074.jpg",
|
||||
id: "f1", title: "Premium Ingredients", descriptions: [
|
||||
"Hand-selected local produce and high-quality dairy ensure superior texture."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-prepares-dessert_158595-2074.jpg", imageAlt: "premium natural ingredients cake"
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Bespoke Design",
|
||||
descriptions: [
|
||||
"Work with our pastry artists to bring your unique vision to life for every celebration.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-pride-day-still-life-food-composition_23-2148960492.jpg",
|
||||
id: "f2", title: "Bespoke Design", descriptions: [
|
||||
"Work with our pastry artists to bring your unique vision to life for every celebration."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-pride-day-still-life-food-composition_23-2148960492.jpg", imageAlt: "custom cake design birthday"
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Fresh Delivery",
|
||||
descriptions: [
|
||||
"Our cakes are baked to order and delivered with care, reaching you fresh every time.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-confectioner-boxing-desserts_23-2150360237.jpg",
|
||||
id: "f3", title: "Fresh Delivery", descriptions: [
|
||||
"Our cakes are baked to order and delivered with care, reaching you fresh every time."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-confectioner-boxing-desserts_23-2150360237.jpg", imageAlt: "delivery cake box branding"
|
||||
},
|
||||
]}
|
||||
title="Why Choose Boje?"
|
||||
@@ -115,49 +95,20 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Midnight Chocolate Ganache",
|
||||
price: "$45.00",
|
||||
variant: "Whole Cake",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-white-plate-with-coffee-beans-wooden-table_1150-20852.jpg",
|
||||
},
|
||||
id: "p1", name: "Midnight Chocolate Ganache", price: "$45.00", variant: "Whole Cake", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-white-plate-with-coffee-beans-wooden-table_1150-20852.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Seasonal Berry Tart",
|
||||
price: "$38.00",
|
||||
variant: "Whole Cake",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030744.jpg",
|
||||
},
|
||||
id: "p2", name: "Seasonal Berry Tart", price: "$38.00", variant: "Whole Cake", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030744.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Sourdough Artisan Loaf",
|
||||
price: "$8.00",
|
||||
variant: "Bread",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-tasty-cookies-wooden-board_114579-23659.jpg",
|
||||
},
|
||||
id: "p3", name: "Sourdough Artisan Loaf", price: "$8.00", variant: "Bread", imageSrc: "http://img.b2bpic.net/free-photo/assortment-tasty-cookies-wooden-board_114579-23659.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Assorted Cupcake Box",
|
||||
price: "$24.00",
|
||||
variant: "Box of 6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bunch-various-cookies-wooden-board-with-pinecones-high-quality-photo_114579-68801.jpg",
|
||||
},
|
||||
id: "p4", name: "Assorted Cupcake Box", price: "$24.00", variant: "Box of 6", imageSrc: "http://img.b2bpic.net/free-photo/bunch-various-cookies-wooden-board-with-pinecones-high-quality-photo_114579-68801.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Celebration Tiered Cake",
|
||||
price: "$120.00",
|
||||
variant: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-with-flowers_23-2148120664.jpg",
|
||||
},
|
||||
id: "p5", name: "Celebration Tiered Cake", price: "$120.00", variant: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-with-flowers_23-2148120664.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Buttery Morning Croissants",
|
||||
price: "$5.50",
|
||||
variant: "Pastry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee_23-2147693688.jpg",
|
||||
},
|
||||
id: "p6", name: "Buttery Morning Croissants", price: "$5.50", variant: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee_23-2147693688.jpg"},
|
||||
]}
|
||||
title="Our Signature Creations"
|
||||
description="Discover our most loved cakes, pastries, and artisanal breads."
|
||||
@@ -171,28 +122,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10k+",
|
||||
title: "Cakes Baked",
|
||||
items: [
|
||||
"Successfully delivered to happy customers.",
|
||||
],
|
||||
id: "m1", value: "10k+", title: "Cakes Baked", items: [
|
||||
"Successfully delivered to happy customers."],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Rooted in authentic pastry tradition.",
|
||||
],
|
||||
id: "m2", value: "15+", title: "Years Experience", items: [
|
||||
"Rooted in authentic pastry tradition."],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5",
|
||||
title: "Awards Won",
|
||||
items: [
|
||||
"Recognized for excellence in baking.",
|
||||
],
|
||||
id: "m3", value: "5", title: "Awards Won", items: [
|
||||
"Recognized for excellence in baking."],
|
||||
},
|
||||
]}
|
||||
title="By The Numbers"
|
||||
@@ -208,45 +147,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
role: "Events Manager",
|
||||
company: "Local Agency",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/holidays-celebration-cute-birthday-girl-looking-tasty-cake-with-temptation-bite-it-standing-dreamy-against-blue-background_1258-70152.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", role: "Events Manager", company: "Local Agency", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/holidays-celebration-cute-birthday-girl-looking-tasty-cake-with-temptation-bite-it-standing-dreamy-against-blue-background_1258-70152.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "James Henderson",
|
||||
role: "Architect",
|
||||
company: "Studio X",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cooking-enjoying-food_23-2149257409.jpg",
|
||||
},
|
||||
id: "t2", name: "James Henderson", role: "Architect", company: "Studio X", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cooking-enjoying-food_23-2149257409.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Chloe Davies",
|
||||
role: "Designer",
|
||||
company: "Creative Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-baker-holding-fresh-bread-paper-bag_1303-32305.jpg",
|
||||
},
|
||||
id: "t3", name: "Chloe Davies", role: "Designer", company: "Creative Hub", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-baker-holding-fresh-bread-paper-bag_1303-32305.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Mark Roberts",
|
||||
role: "Entrepreneur",
|
||||
company: "Startup Co",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cons-eyes-with-tasty-donuts-keeps-lips-folded-dressed-casual-jumper-celebrates-birthday-enjoys-festive-occasion-isolated-pink_273609-48973.jpg",
|
||||
},
|
||||
id: "t4", name: "Mark Roberts", role: "Entrepreneur", company: "Startup Co", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cons-eyes-with-tasty-donuts-keeps-lips-folded-dressed-casual-jumper-celebrates-birthday-enjoys-festive-occasion-isolated-pink_273609-48973.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena Martinez",
|
||||
role: "Architect",
|
||||
company: "Home Owner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-butcher-giving-sausages-from-counter_7502-4787.jpg",
|
||||
},
|
||||
id: "t5", name: "Elena Martinez", role: "Architect", company: "Home Owner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-butcher-giving-sausages-from-counter_7502-4787.jpg"},
|
||||
]}
|
||||
title="Loved by Our Community"
|
||||
description="Hear what our loyal customers have to say about Boje."
|
||||
@@ -260,22 +174,14 @@ export default function LandingPage() {
|
||||
description="Ready to celebrate? Get in touch with our team for custom orders or event inquiries."
|
||||
inputs={[
|
||||
{
|
||||
name: "fullName",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "fullName", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your celebration...",
|
||||
required: true,
|
||||
name: "message", placeholder: "Tell us about your celebration...", required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-pretty-woman-cafe_1328-2401.jpg"
|
||||
/>
|
||||
@@ -285,29 +191,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Boje Cake House",
|
||||
items: [
|
||||
title: "Boje Cake House", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Shop All",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Shop All", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Help",
|
||||
items: [
|
||||
title: "Help", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user