Merge version_1 into main #1
139
src/app/page.tsx
139
src/app/page.tsx
@@ -30,70 +30,42 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Story", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Golden Hearth Bakery"
|
||||
button={{ text: "Order Online", href: "#products" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Artisanal Bread, Baked with Passion"
|
||||
description="Welcome to Golden Hearth, where every loaf is crafted by hand using organic local flour and time-honored traditions."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Our Menu", href: "#products"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "https://pixabay.com/get/gea5752e8574d117ba866e2e3b5604428d054734fba51aff2949a28f3d5358312f83ecd93c15ec5c0234d5a4cfb4cc18998c38a3f4979ff569b7d5980e9271fd3_1280.jpg",
|
||||
imageAlt: "Fresh artisanal bread",
|
||||
},
|
||||
id: "1", imageSrc: "https://pixabay.com/get/gea5752e8574d117ba866e2e3b5604428d054734fba51aff2949a28f3d5358312f83ecd93c15ec5c0234d5a4cfb4cc18998c38a3f4979ff569b7d5980e9271fd3_1280.jpg", imageAlt: "Fresh artisanal bread"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "https://pixabay.com/get/g32f3fa8ef90ddd8e302795c1b3c5c0d4fa22a03a7ac4656fb8267c7cd0e4ec1d330b10771d261ceddc3dd5b2c5d25c9d14118dfce5254dd4fa5fe248c4bb8276_1280.jpg",
|
||||
imageAlt: "Baker at work",
|
||||
},
|
||||
id: "2", imageSrc: "https://pixabay.com/get/g32f3fa8ef90ddd8e302795c1b3c5c0d4fa22a03a7ac4656fb8267c7cd0e4ec1d330b10771d261ceddc3dd5b2c5d25c9d14118dfce5254dd4fa5fe248c4bb8276_1280.jpg", imageAlt: "Baker at work"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "https://pixabay.com/get/ga33884eb25c66eca9c7f2a39b96d6c744b895e9434b21fc63cde6a04253da92a09da3508357efecdca01f63e0bdf3b2b54a2ece3168370a3d7e77744a85a9b34_1280.jpg",
|
||||
imageAlt: "Pastry display",
|
||||
},
|
||||
id: "3", imageSrc: "https://pixabay.com/get/ga33884eb25c66eca9c7f2a39b96d6c744b895e9434b21fc63cde6a04253da92a09da3508357efecdca01f63e0bdf3b2b54a2ece3168370a3d7e77744a85a9b34_1280.jpg", imageAlt: "Pastry display"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "https://pixabay.com/get/g5fcd26d09a847debc7b7c709246f6156efaf3e3fd84035c0ff63ad01a46d85cab5869879f3c7372bb0a1b3491331592caf9ca2652cddd64a9fbabf8cc9db0665_1280.jpg",
|
||||
imageAlt: "Fresh oven goods",
|
||||
},
|
||||
id: "4", imageSrc: "https://pixabay.com/get/g5fcd26d09a847debc7b7c709246f6156efaf3e3fd84035c0ff63ad01a46d85cab5869879f3c7372bb0a1b3491331592caf9ca2652cddd64a9fbabf8cc9db0665_1280.jpg", imageAlt: "Fresh oven goods"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "https://pixabay.com/get/gce48f7df600c59a62e6427115cd5eda280b8dac0eb15036d69a4e507765c3c8db0f947dbcb00c03d594abb9a9ee21462459adc84359772647b7b93a41417fdc7_1280.jpg",
|
||||
imageAlt: "Cinnamon rolls",
|
||||
},
|
||||
id: "5", imageSrc: "https://pixabay.com/get/gce48f7df600c59a62e6427115cd5eda280b8dac0eb15036d69a4e507765c3c8db0f947dbcb00c03d594abb9a9ee21462459adc84359772647b7b93a41417fdc7_1280.jpg", imageAlt: "Cinnamon rolls"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "https://pixabay.com/get/g1a85f5fb772b6ac4a771e3332ec84d6adc9e2374418332ba34a591651250c079d04369422060acc3e99526521271dc4379601a20999fb5a7bc6cd40e1e05b44b_1280.jpg",
|
||||
imageAlt: "Bakery storefront",
|
||||
},
|
||||
id: "6", imageSrc: "https://pixabay.com/get/g1a85f5fb772b6ac4a771e3332ec84d6adc9e2374418332ba34a591651250c079d04369422060acc3e99526521271dc4379601a20999fb5a7bc6cd40e1e05b44b_1280.jpg", imageAlt: "Bakery storefront"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,41 +91,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Sourdough",
|
||||
price: "$8.00",
|
||||
imageSrc: "https://pixabay.com/get/g5c75a61ca20e3129485cd8c2a4d9acb3f67984c7a22890df400d231857cadf5f8b5956afc24672d70f80a38db01f18ba338748910df740b16ae6897ea30d1100_1280.jpg",
|
||||
},
|
||||
id: "p1", name: "Classic Sourdough", price: "$8.00", imageSrc: "https://pixabay.com/get/g5c75a61ca20e3129485cd8c2a4d9acb3f67984c7a22890df400d231857cadf5f8b5956afc24672d70f80a38db01f18ba338748910df740b16ae6897ea30d1100_1280.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Buttery Croissant",
|
||||
price: "$4.50",
|
||||
imageSrc: "https://pixabay.com/get/gbe8ec9856f2e3cef8022b4c1f868f70a29bdd5f1293f400066c90b3ac217db8c3fd22b83283d72edc96895412b9b66cec90afb9bc41fb92e0107ffcd4c1d76f9_1280.jpg",
|
||||
},
|
||||
id: "p2", name: "Buttery Croissant", price: "$4.50", imageSrc: "https://pixabay.com/get/gbe8ec9856f2e3cef8022b4c1f868f70a29bdd5f1293f400066c90b3ac217db8c3fd22b83283d72edc96895412b9b66cec90afb9bc41fb92e0107ffcd4c1d76f9_1280.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Cinnamon Roll",
|
||||
price: "$5.00",
|
||||
imageSrc: "https://pixabay.com/get/gda90364a6fd6b1c3d1719ea727f40051a84af7ab31a37283e6c04330c1008e3bff2a410208d83e5d5cf51453de5c8a82eaf3e2b02e4b66f795b2fb47106d35eb_1280.jpg",
|
||||
},
|
||||
id: "p3", name: "Cinnamon Roll", price: "$5.00", imageSrc: "https://pixabay.com/get/gda90364a6fd6b1c3d1719ea727f40051a84af7ab31a37283e6c04330c1008e3bff2a410208d83e5d5cf51453de5c8a82eaf3e2b02e4b66f795b2fb47106d35eb_1280.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Blueberry Muffin",
|
||||
price: "$4.00",
|
||||
imageSrc: "https://pixabay.com/get/gc0c43c2327c6120fcc1577e99c3e5456991d66e9c10cd56224556c2c895677d12c2fb1ed7ab977f53e3fcb43749667ff9ad886fb141c42407b4f2c7495ce13e5_1280.jpg",
|
||||
},
|
||||
id: "p4", name: "Blueberry Muffin", price: "$4.00", imageSrc: "https://pixabay.com/get/gc0c43c2327c6120fcc1577e99c3e5456991d66e9c10cd56224556c2c895677d12c2fb1ed7ab977f53e3fcb43749667ff9ad886fb141c42407b4f2c7495ce13e5_1280.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Baguette",
|
||||
price: "$6.00",
|
||||
imageSrc: "https://pixabay.com/get/gcb8afeea9c2cb68e877620d5dc6ee995ea63da3d5882ce1b202b12ff8378b5a8a34a6c644d4e49c631c249d8fd11e1827fa2f073ae3dc61cc48ebe130cce5d29_1280.jpg",
|
||||
},
|
||||
id: "p5", name: "Baguette", price: "$6.00", imageSrc: "https://pixabay.com/get/gcb8afeea9c2cb68e877620d5dc6ee995ea63da3d5882ce1b202b12ff8378b5a8a34a6c644d4e49c631c249d8fd11e1827fa2f073ae3dc61cc48ebe130cce5d29_1280.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Almond Danish",
|
||||
price: "$5.50",
|
||||
imageSrc: "https://pixabay.com/get/ge93a81fa2b13925eab5bb1fdad0538d32064fea429787619ce9ad8278f30d6aeb4de3a5006c1f65904d1d88559f6de46eac2b9842beb1a17571ce411442f65a5_1280.jpg",
|
||||
},
|
||||
id: "p6", name: "Almond Danish", price: "$5.50", imageSrc: "https://pixabay.com/get/ge93a81fa2b13925eab5bb1fdad0538d32064fea429787619ce9ad8278f30d6aeb4de3a5006c1f65904d1d88559f6de46eac2b9842beb1a17571ce411442f65a5_1280.jpg"},
|
||||
]}
|
||||
title="Freshly Baked Selections"
|
||||
description="Indulge in our collection of artisanal sourdough, buttery pastries, and sweet treats baked daily in our kitchen."
|
||||
@@ -168,25 +116,15 @@ export default function LandingPage() {
|
||||
author="Sarah Miller"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://pixabay.com/get/gfaf28d5452a8ce3fc296f33e50d982fb8bfb3c50b19ed160079045c0f86938817f6cda91d590fbf63f6f34c97bb5ed2c676d6b8a2e277eab8c03e2265ee187a9_1280.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "https://pixabay.com/get/gfaf28d5452a8ce3fc296f33e50d982fb8bfb3c50b19ed160079045c0f86938817f6cda91d590fbf63f6f34c97bb5ed2c676d6b8a2e277eab8c03e2265ee187a9_1280.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "https://pixabay.com/get/g09af7127e240e6737edc2681540ffebe7891bc717a867b81217f9a055ac6d1a9fb212bae009c69a84eec497ca40d525e630e44ea1ee5d2b5954acec913b80254_1280.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "https://pixabay.com/get/g09af7127e240e6737edc2681540ffebe7891bc717a867b81217f9a055ac6d1a9fb212bae009c69a84eec497ca40d525e630e44ea1ee5d2b5954acec913b80254_1280.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "https://pixabay.com/get/g5c2417772a8b11a2185c5d39ce6be771763af9151424d80eff9fb55cb75fc97f9f99e8123d5ce42429945d233be208ec74f6feb1c223475f239f360e58cf1f2d_1280.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "https://pixabay.com/get/g5c2417772a8b11a2185c5d39ce6be771763af9151424d80eff9fb55cb75fc97f9f99e8123d5ce42429945d233be208ec74f6feb1c223475f239f360e58cf1f2d_1280.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "https://pixabay.com/get/g5e9268d18fb86e554c3212593a28ea1b8e87d51a3483881cceb1f25b079e874e35e55eba486d922171f6fa4ba02d455714d187294f396971e8ebe72231fe88b1_1280.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "https://pixabay.com/get/g5e9268d18fb86e554c3212593a28ea1b8e87d51a3483881cceb1f25b079e874e35e55eba486d922171f6fa4ba02d455714d187294f396971e8ebe72231fe88b1_1280.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "https://pixabay.com/get/g1686d481c9bb65f31a4e7d54fa9aef5788ee0a8f9452b9bfefd2129f76da838fc55aa0f395ea55bdca4ef7053e1cc7a375a2e9018e2eac231d99b948be08911f_1280.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "https://pixabay.com/get/g1686d481c9bb65f31a4e7d54fa9aef5788ee0a8f9452b9bfefd2129f76da838fc55aa0f395ea55bdca4ef7053e1cc7a375a2e9018e2eac231d99b948be08911f_1280.jpg", alt: "Customer"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -197,8 +135,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "cell-wave",
|
||||
}}
|
||||
variant: "cell-wave"}}
|
||||
tag="Stay Fresh"
|
||||
title="Join Our Bread Club"
|
||||
description="Sign up for our weekly newsletter to get updates on seasonal specials, baking classes, and new arrivals."
|
||||
@@ -210,33 +147,21 @@ export default function LandingPage() {
|
||||
logoText="Golden Hearth"
|
||||
columns={[
|
||||
{
|
||||
title: "Bakery",
|
||||
items: [
|
||||
title: "Bakery", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "Locations",
|
||||
href: "#",
|
||||
},
|
||||
label: "Locations", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user