Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-26 00:35:07 +00:00
2 changed files with 66 additions and 246 deletions

View File

@@ -8,7 +8,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Quote, Sparkles, Tag } from "lucide-react";
import { Quote, Sparkles, Tag, Wheat } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,30 +29,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "home",
href: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "menu",
href: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "Order",
id: "order",
href: "/order",
},
name: "Order", id: "/order"},
{
name: "About Us",
id: "about",
href: "/about",
},
name: "About Us", id: "/about"},
{
name: "Contact",
id: "contact",
href: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Cinnamon Rolls Bakery"
/>
@@ -66,22 +51,16 @@ export default function LandingPage() {
description="Cinnamon Rolls Bakery started with a simple dream: to bring joy through irresistibly soft, perfectly spiced cinnamon rolls. Every roll is a testament to our dedication to traditional baking methods and the freshest ingredients."
bulletPoints={[
{
title: "Handcrafted Daily",
description: "Each batch is made from scratch every morning, ensuring maximum freshness.",
icon: Wheat,
title: "Handcrafted Daily", description: "Each batch is made from scratch every morning, ensuring maximum freshness.", icon: Wheat,
},
{
title: "Premium Ingredients",
description: "We source the finest cinnamon, flour, and cream cheese for an unparalleled taste.",
icon: Sparkles,
title: "Premium Ingredients", description: "We source the finest cinnamon, flour, and cream cheese for an unparalleled taste.", icon: Sparkles,
},
{
title: "Affordable Indulgence",
description: "Delicious treats shouldn't break the bank. Enjoy our rolls at just ₱25 each.",
icon: Tag,
title: "Affordable Indulgence", description: "Delicious treats shouldn't break the bank. Enjoy our rolls at just ₱25 each.", icon: Tag,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-male-baker-s-hand-flattening-dough-with-rolling-pin-wooden-table_23-2147926685.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/top-view-male-baker-s-hand-flattening-dough-with-rolling-pin-wooden-table_23-2147926685.jpg"
imageAlt="Baker's hands flattening dough for cinnamon rolls"
mediaAnimation="slide-up"
/>
@@ -94,19 +73,13 @@ export default function LandingPage() {
description="Since our humble beginnings, we've focused on creating moments of happiness. Our community's support has allowed us to grow, serving more fresh, delightful treats every day."
metrics={[
{
value: "5+",
title: "Years Baking",
},
value: "5+", title: "Years Baking"},
{
value: "100K+",
title: "Rolls Sold",
},
value: "100K+", title: "Rolls Sold"},
{
value: "5-Star",
title: "Customer Rating",
},
value: "5-Star", title: "Customer Rating"},
]}
imageSrc="http://img.b2bpic.net/free-photo/still-life-delicious-pastry_23-2149646670.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/still-life-delicious-pastry_23-2149646670.jpg"
imageAlt="Pile of fresh cinnamon rolls with cream cheese"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -120,26 +93,11 @@ export default function LandingPage() {
useInvertedBackground={false}
team={[
{
id: "1",
name: "Maria Santos",
role: "Head Baker",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-white-oval-plate-cones-fir-tree-leaves-cinnamon-slice-lemon-different-biscuits-cup-tea-chopping-board-dark-wooden-ground_140725-90873.jpg?_wi=2",
imageAlt: "Portrait of Maria Santos, Head Baker",
},
id: "1", name: "Maria Santos", role: "Head Baker", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-white-oval-plate-cones-fir-tree-leaves-cinnamon-slice-lemon-different-biscuits-cup-tea-chopping-board-dark-wooden-ground_140725-90873.jpg", imageAlt: "Portrait of Maria Santos, Head Baker"},
{
id: "2",
name: "Leo Cruz",
role: "Operations Manager",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273143.jpg?_wi=3",
imageAlt: "Portrait of Leo Cruz, Operations Manager",
},
id: "2", name: "Leo Cruz", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273143.jpg", imageAlt: "Portrait of Leo Cruz, Operations Manager"},
{
id: "3",
name: "Anna Reyes",
role: "Customer Experience",
imageSrc: "http://img.b2bpic.net/free-photo/vanilla-cupcakes-with-cream-caramel-grey-table-background_1220-6292.jpg?_wi=2",
imageAlt: "Portrait of Anna Reyes, Customer Experience",
},
id: "3", name: "Anna Reyes", role: "Customer Experience", imageSrc: "http://img.b2bpic.net/free-photo/vanilla-cupcakes-with-cream-caramel-grey-table-background_1220-6292.jpg", imageAlt: "Portrait of Anna Reyes, Customer Experience"},
]}
title="Meet Our Dedicated Team"
description="Behind every delicious cinnamon roll is a team passionate about baking and customer satisfaction. We pour our hearts into every treat we create."
@@ -153,32 +111,16 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Patricia M.",
role: "Local Resident",
testimonial: "These are hands down the best cinnamon rolls I've ever tasted! So soft, so fresh, and the topping is just perfect.",
icon: Quote,
id: "1", name: "Patricia M.", role: "Local Resident", testimonial: "These are hands down the best cinnamon rolls I've ever tasted! So soft, so fresh, and the topping is just perfect.", icon: Quote,
},
{
id: "2",
name: "Roberto G.",
role: "Sweet Tooth Enthusiast",
testimonial: "For only ₱25, you get an absolute masterpiece. My new go-to for a quick, delicious treat.",
icon: Quote,
id: "2", name: "Roberto G.", role: "Sweet Tooth Enthusiast", testimonial: "For only ₱25, you get an absolute masterpiece. My new go-to for a quick, delicious treat.", icon: Quote,
},
{
id: "3",
name: "Samantha L.",
role: "Food Blogger",
testimonial: "The aroma alone is enough to get you hooked. Each bite is pure bliss. Highly recommend!",
icon: Quote,
id: "3", name: "Samantha L.", role: "Food Blogger", testimonial: "The aroma alone is enough to get you hooked. Each bite is pure bliss. Highly recommend!", icon: Quote,
},
{
id: "4",
name: "John D.",
role: "Coffee Lover",
testimonial: "Perfect pairing with my morning coffee. Always fresh, always delicious. A local gem!",
icon: Quote,
id: "4", name: "John D.", role: "Coffee Lover", testimonial: "Perfect pairing with my morning coffee. Always fresh, always delicious. A local gem!", icon: Quote,
},
]}
title="Our Customers Are Raving!"
@@ -190,33 +132,21 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Bakery",
items: [
title: "Bakery", items: [
{
label: "Our Menu",
href: "/menu",
},
label: "Our Menu", href: "/menu"},
{
label: "Order Now",
href: "/order",
},
label: "Order Now", href: "/order"},
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "FAQs",
href: "/faqs",
},
label: "FAQs", href: "/faqs"},
],
},
]}

View File

@@ -30,30 +30,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "home",
href: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "menu",
href: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "Order",
id: "order",
href: "/order",
},
name: "Order", id: "/order"},
{
name: "About Us",
id: "about",
href: "/about",
},
name: "About Us", id: "/about"},
{
name: "Contact",
id: "contact",
href: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Cinnamon Rolls Bakery"
/>
@@ -65,23 +50,15 @@ export default function LandingPage() {
description="Freshly baked, deliciously creamy, and only ₱25. Experience the taste of homemade goodness right here in your neighborhood."
buttons={[
{
text: "Order Now",
href: "/order",
},
text: "Order Now", href: "/order"},
{
text: "Call Us",
href: "tel:+639XXXXXXXXX",
},
text: "Call Us", href: "tel:+639XXXXXXXXX"},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-white-oval-plate-cones-fir-tree-leaves-cinnamon-slice-lemon-different-biscuits-cup-tea-chopping-board-dark-wooden-ground_140725-90873.jpg?_wi=1",
imageAlt: "Soft cinnamon rolls with whipped cream cheese",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-white-oval-plate-cones-fir-tree-leaves-cinnamon-slice-lemon-different-biscuits-cup-tea-chopping-board-dark-wooden-ground_140725-90873.jpg", imageAlt: "Soft cinnamon rolls with whipped cream cheese"},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-pastry_23-2149646670.jpg?_wi=1",
imageAlt: "Pile of freshly baked cinnamon rolls",
},
imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-pastry_23-2149646670.jpg", imageAlt: "Pile of freshly baked cinnamon rolls"},
]}
showDimOverlay={true}
/>
@@ -94,37 +71,13 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "1",
title: "Affordable Delight",
description: "Only ₱25 per roll, a premium treat that won't break the bank.",
tag: "Budget-Friendly",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-muffins-wooden-board_114579-20736.jpg",
imageAlt: "Coins with a cinnamon roll",
},
id: "1", title: "Affordable Delight", description: "Only ₱25 per roll, a premium treat that won't break the bank.", tag: "Budget-Friendly", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-muffins-wooden-board_114579-20736.jpg", imageAlt: "Coins with a cinnamon roll"},
{
id: "2",
title: "Soft, Pillowy Dough",
description: "Crafted with love, our dough is perfectly soft and melts in your mouth with every bite.",
tag: "Signature Texture",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-baker-s-hand-flattening-dough-with-rolling-pin-wooden-table_23-2147926685.jpg?_wi=1",
imageAlt: "Close up of soft cinnamon roll dough",
},
id: "2", title: "Soft, Pillowy Dough", description: "Crafted with love, our dough is perfectly soft and melts in your mouth with every bite.", tag: "Signature Texture", imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-baker-s-hand-flattening-dough-with-rolling-pin-wooden-table_23-2147926685.jpg", imageAlt: "Close up of soft cinnamon roll dough"},
{
id: "3",
title: "Whipped Cream Cheese Topping",
description: "Generously topped with our signature, decadent and creamy whipped cream cheese.",
tag: "Rich Topping",
imageSrc: "http://img.b2bpic.net/free-photo/vanilla-cupcakes-with-cream-caramel-grey-table-background_1220-6292.jpg?_wi=1",
imageAlt: "Cinnamon roll with creamy topping",
},
id: "3", title: "Whipped Cream Cheese Topping", description: "Generously topped with our signature, decadent and creamy whipped cream cheese.", tag: "Rich Topping", imageSrc: "http://img.b2bpic.net/free-photo/vanilla-cupcakes-with-cream-caramel-grey-table-background_1220-6292.jpg", imageAlt: "Cinnamon roll with creamy topping"},
{
id: "4",
title: "Always Freshly Made",
description: "Baked daily with the finest local ingredients for peak freshness and flavor.",
tag: "Daily Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/different-loaves-bread-woman-holding-with-hand_114579-48955.jpg",
imageAlt: "Freshly baked cinnamon rolls on a tray",
},
id: "4", title: "Always Freshly Made", description: "Baked daily with the finest local ingredients for peak freshness and flavor.", tag: "Daily Fresh", imageSrc: "http://img.b2bpic.net/free-photo/different-loaves-bread-woman-holding-with-hand_114579-48955.jpg", imageAlt: "Freshly baked cinnamon rolls on a tray"},
]}
title="Why Our Cinnamon Rolls?"
description="Discover the irresistible qualities that make our cinnamon rolls everyone's favorite local treat."
@@ -136,14 +89,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Premium Quality",
"Freshly Baked Daily",
"Local Favorite",
"Handcrafted Delights",
"Community Approved",
"Artisan Baking",
"Exceptional Value",
]}
"Premium Quality", "Freshly Baked Daily", "Local Favorite", "Handcrafted Delights", "Community Approved", "Artisan Baking", "Exceptional Value"]}
title="Trusted Local Quality"
description="Committed to delivering premium taste and satisfaction to our community every day."
/>
@@ -165,26 +111,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "classic",
name: "Classic Cinnamon Roll",
price: "₱25",
imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-rolls-buns-wooden-table-kanelbulle-swedish-dessert_123827-22602.jpg",
imageAlt: "Classic cinnamon roll with white frosting",
},
id: "classic", name: "Classic Cinnamon Roll", price: "₱25", imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-rolls-buns-wooden-table-kanelbulle-swedish-dessert_123827-22602.jpg", imageAlt: "Classic cinnamon roll with white frosting"},
{
id: "caramel-pecan",
name: "Caramel Pecan Roll",
price: "₱35",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-pastry_23-2149646621.jpg",
imageAlt: "Cinnamon roll with caramel and pecans",
},
id: "caramel-pecan", name: "Caramel Pecan Roll", price: "₱35", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-pastry_23-2149646621.jpg", imageAlt: "Cinnamon roll with caramel and pecans"},
{
id: "chocolate-drizzle",
name: "Chocolate Drizzle Roll",
price: "₱30",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dessert-with-cream_23-2148904690.jpg",
imageAlt: "Cinnamon roll with chocolate drizzle",
},
id: "chocolate-drizzle", name: "Chocolate Drizzle Roll", price: "₱30", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dessert-with-cream_23-2148904690.jpg", imageAlt: "Cinnamon roll with chocolate drizzle"},
]}
title="Our Signature Rolls"
description="Explore our delectable selection of cinnamon rolls, each crafted to perfection."
@@ -198,31 +129,20 @@ export default function LandingPage() {
description="Fill out the form below to pre-order your delicious cinnamon rolls for pickup or delivery. We'll confirm your order shortly!"
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
required: true,
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
{
name: "quantity",
type: "number",
placeholder: "Quantity (e.g., 6 classic)",
required: true,
name: "quantity", type: "number", placeholder: "Quantity (e.g., 6 classic)", required: true,
},
]}
textarea={{
name: "preferences",
placeholder: "Pickup/Delivery Preference & Special Requests",
rows: 4,
name: "preferences", placeholder: "Pickup/Delivery Preference & Special Requests", rows: 4,
required: false,
}}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273143.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273143.jpg"
imageAlt="Cozy bakery interior"
mediaAnimation="opacity"
mediaPosition="right"
@@ -237,31 +157,20 @@ export default function LandingPage() {
description="Fill out the form below to pre-order your delicious cinnamon rolls for pickup or delivery. We'll confirm your order shortly!"
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
required: true,
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
{
name: "quantity",
type: "number",
placeholder: "Quantity (e.g., 6 classic)",
required: true,
name: "quantity", type: "number", placeholder: "Quantity (e.g., 6 classic)", required: true,
},
]}
textarea={{
name: "preferences",
placeholder: "Pickup/Delivery Preference & Special Requests",
rows: 4,
name: "preferences", placeholder: "Pickup/Delivery Preference & Special Requests", rows: 4,
required: false,
}}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273143.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273143.jpg"
imageAlt="Cozy bakery interior"
mediaAnimation="opacity"
mediaPosition="right"
@@ -274,50 +183,31 @@ export default function LandingPage() {
logoText="Cinnamon Rolls Bakery"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Menu",
href: "/menu",
},
label: "Menu", href: "/menu"},
{
label: "Order Now",
href: "/order",
},
label: "Order Now", href: "/order"},
],
},
{
title: "About Us",
items: [
title: "About Us", items: [
{
label: "Our Story",
href: "/about",
},
label: "Our Story", href: "/about"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Call Us",
href: "tel:+639XXXXXXXXX",
},
label: "Call Us", href: "tel:+639XXXXXXXXX"},
],
},
]}