Merge version_2 into main #2
181
src/app/page.tsx
181
src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Order",
|
||||
id: "/order",
|
||||
},
|
||||
name: "Order", id: "/order"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Sheescakes'N More"
|
||||
/>
|
||||
@@ -56,33 +46,22 @@ export default function LandingPage() {
|
||||
<div id="hero-main" data-section="hero-main">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Homemade Cheesecakes & Sweet Treats"
|
||||
description="Freshly baked with love in Northern Cambria. Visit us for daily delights."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "View Menu", href: "/menu"},
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "/order",
|
||||
},
|
||||
text: "Order Now!", href: "/order"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-eustoma-flowers-baked-caked-with-raspberry-toppings-spoons-cloth-wooden-surface_23-2148087025.jpg",
|
||||
imageAlt: "Fresh Cheesecake",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-eustoma-flowers-baked-caked-with-raspberry-toppings-spoons-cloth-wooden-surface_23-2148087025.jpg", imageAlt: "Fresh Cheesecake"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-new-year-2021-cupcakes-with-golden-candles_114579-20408.jpg",
|
||||
imageAlt: "Assorted Cupcakes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-new-year-2021-cupcakes-with-golden-candles_114579-20408.jpg", imageAlt: "Assorted Cupcakes"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-cookies-with-qoqal-keta-shekerbura_176474-3469.jpg",
|
||||
imageAlt: "Coffee and Pastry",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-cookies-with-qoqal-keta-shekerbura_176474-3469.jpg", imageAlt: "Coffee and Pastry"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -95,38 +74,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Signature Cheesecakes",
|
||||
author: "Chef Special",
|
||||
description: "Velvety, rich, and baked to perfection.",
|
||||
tags: [
|
||||
"Bakery",
|
||||
"Best Seller",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-new-york-cheesecake_1232-2128.jpg",
|
||||
},
|
||||
id: "f1", title: "Signature Cheesecakes", author: "Chef Special", description: "Velvety, rich, and baked to perfection.", tags: [
|
||||
"Bakery", "Best Seller"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-new-york-cheesecake_1232-2128.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Artisanal Cupcakes",
|
||||
author: "Daily Batch",
|
||||
description: "Hand-decorated with premium ingredients.",
|
||||
tags: [
|
||||
"Sweet",
|
||||
"Bakery",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muffins-cake-stand-against-white-background_23-2147936461.jpg",
|
||||
},
|
||||
id: "f2", title: "Artisanal Cupcakes", author: "Daily Batch", description: "Hand-decorated with premium ingredients.", tags: [
|
||||
"Sweet", "Bakery"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muffins-cake-stand-against-white-background_23-2147936461.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Gourmet Coffee",
|
||||
author: "Bean Selection",
|
||||
description: "The perfect companion to any treat.",
|
||||
tags: [
|
||||
"Coffee",
|
||||
"Drink",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beverage-leaf-cloth_23-2147885990.jpg",
|
||||
},
|
||||
id: "f3", title: "Gourmet Coffee", author: "Bean Selection", description: "The perfect companion to any treat.", tags: [
|
||||
"Coffee", "Drink"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beverage-leaf-cloth_23-2147885990.jpg"},
|
||||
]}
|
||||
title="Daily Baked Specials"
|
||||
description="Indulge in our selection of artisanal treats, baked fresh every single morning."
|
||||
@@ -139,45 +97,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Fantastic!",
|
||||
quote: "Best cheesecake in Northern Cambria!",
|
||||
name: "Sarah J.",
|
||||
role: "Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-holding-baked-croissant-cake-stand_23-2148027952.jpg",
|
||||
},
|
||||
id: "t1", title: "Fantastic!", quote: "Best cheesecake in Northern Cambria!", name: "Sarah J.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-holding-baked-croissant-cake-stand_23-2148027952.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "So fresh",
|
||||
quote: "Love the variety of cupcakes here.",
|
||||
name: "Mike D.",
|
||||
role: "Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/satisfied-female-baker-looking-freshly-baked-croissant_23-2148189112.jpg",
|
||||
},
|
||||
id: "t2", title: "So fresh", quote: "Love the variety of cupcakes here.", name: "Mike D.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-female-baker-looking-freshly-baked-croissant_23-2148189112.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Yum!",
|
||||
quote: "The seasonal specials are always great.",
|
||||
name: "Emily R.",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-with-red-lips-looks-delicious-croissant-coffee-woman-gray-outfit-posing-cafe_197531-26682.jpg",
|
||||
},
|
||||
id: "t3", title: "Yum!", quote: "The seasonal specials are always great.", name: "Emily R.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-with-red-lips-looks-delicious-croissant-coffee-woman-gray-outfit-posing-cafe_197531-26682.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Friendly staff",
|
||||
quote: "Great atmosphere and even better treats.",
|
||||
name: "David K.",
|
||||
role: "Visitor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985160.jpg",
|
||||
},
|
||||
id: "t4", title: "Friendly staff", quote: "Great atmosphere and even better treats.", name: "David K.", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985160.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "My favorite spot",
|
||||
quote: "Never disappointed with their daily menu.",
|
||||
name: "Jessica L.",
|
||||
role: "Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-offering-cup-cake-her-boyfriend-holding-croissant-tray_23-2147966421.jpg",
|
||||
},
|
||||
id: "t5", title: "My favorite spot", quote: "Never disappointed with their daily menu.", name: "Jessica L.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-offering-cup-cake-her-boyfriend-holding-croissant-tray_23-2147966421.jpg"},
|
||||
]}
|
||||
title="Loved by the Community"
|
||||
description="Hear what our wonderful customers have to say about our treats."
|
||||
@@ -193,20 +121,11 @@ export default function LandingPage() {
|
||||
memberVariant="card"
|
||||
members={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Anna S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-barista-girl-with-croissants_23-2148436115.jpg",
|
||||
},
|
||||
id: "m1", name: "Anna S.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-barista-girl-with-croissants_23-2148436115.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Mark D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-baker-serving-pastry-cake-customer_23-2148028043.jpg",
|
||||
},
|
||||
id: "m2", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-baker-serving-pastry-cake-customer_23-2148028043.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Sarah P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273239.jpg",
|
||||
},
|
||||
id: "m3", name: "Sarah P.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273239.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -220,25 +139,9 @@ export default function LandingPage() {
|
||||
description="Stay up to date with our newest recipes and local events."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Recipes",
|
||||
title: "The Art of Cheesecake",
|
||||
excerpt: "Learn how we achieve that perfect creamy texture.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-new-york-cheesecake_1232-2149.jpg",
|
||||
authorName: "Anna S.",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-barista-girl-with-croissants_23-2148436115.jpg",
|
||||
date: "Oct 24, 2024",
|
||||
},
|
||||
id: "b1", category: "Recipes", title: "The Art of Cheesecake", excerpt: "Learn how we achieve that perfect creamy texture.", imageSrc: "http://img.b2bpic.net/free-photo/slice-new-york-cheesecake_1232-2149.jpg", authorName: "Anna S.", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-barista-girl-with-croissants_23-2148436115.jpg", date: "Oct 24, 2024"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Events",
|
||||
title: "Fall Festival Highlights",
|
||||
excerpt: "A recap of our successful bake sale this weekend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bakery-concept-with-tablet_23-2148006253.jpg",
|
||||
authorName: "Mark D.",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-female-baker-serving-pastry-cake-customer_23-2148028043.jpg",
|
||||
date: "Oct 15, 2024",
|
||||
},
|
||||
id: "b2", category: "Events", title: "Fall Festival Highlights", excerpt: "A recap of our successful bake sale this weekend.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bakery-concept-with-tablet_23-2148006253.jpg", authorName: "Mark D.", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-female-baker-serving-pastry-cake-customer_23-2148028043.jpg", date: "Oct 15, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -247,29 +150,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Cheesecakes",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Cheesecakes", href: "/menu"},
|
||||
{
|
||||
label: "Cupcakes",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Cupcakes", href: "/menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Bakery",
|
||||
items: [
|
||||
title: "Bakery", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -280,4 +173,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user