2 Commits

Author SHA1 Message Date
a27354c8f6 Update src/app/page.tsx 2026-03-10 13:38:49 +00:00
a59f042b70 Merge version_1 into main
Merge version_1 into main
2026-03-10 13:26:14 +00:00

View File

@@ -32,11 +32,13 @@ export default function LandingPage() {
{ 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: "Metrics", id: "metrics" },
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" } { name: "FAQ", id: "faq" },
{ name: "Contact", id: "footer" }
]} ]}
button={{ button={{
text: "Reserve a Table", href: "#contact" text: "Reserve a Table", href: "#footer"
}} }}
/> />
</div> </div>
@@ -48,7 +50,7 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
buttons={[ buttons={[
{ text: "Explore Menu", href: "#products" }, { text: "Explore Menu", href: "#products" },
{ text: "Visit Us", href: "#contact" } { text: "Visit Us", href: "#footer" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
layoutOrder="default" layoutOrder="default"
@@ -68,7 +70,7 @@ export default function LandingPage() {
]} ]}
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Learn Our Story", href: "#" } { text: "Learn Our Story", href: "#products" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -83,13 +85,13 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
features={[ features={[
{ {
title: "Single Origin Espresso", description: "Sourced from award-winning farms in Ethiopia and Colombia, delivering bold and complex notes", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-spoon-near-box-sugar-cinnamon-sticks_23-2148180195.jpg", imageAlt: "Single origin espresso beans", button: { text: "Add to Cart", href: "#" } title: "Single Origin Espresso", description: "Sourced from award-winning farms in Ethiopia and Colombia, delivering bold and complex notes", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-spoon-near-box-sugar-cinnamon-sticks_23-2148180195.jpg", imageAlt: "Single origin espresso beans", button: { text: "Add to Cart", href: "#footer" }
}, },
{ {
title: "Pour Over Excellence", description: "Hand-crafted brewing method that highlights the delicate nuances of our specialty beans", imageSrc: "http://img.b2bpic.net/free-photo/view-process-making-pressed-coffee_23-2149709915.jpg", imageAlt: "Pour over coffee setup", button: { text: "Learn Method", href: "#" } title: "Pour Over Excellence", description: "Hand-crafted brewing method that highlights the delicate nuances of our specialty beans", imageSrc: "http://img.b2bpic.net/free-photo/view-process-making-pressed-coffee_23-2149709915.jpg", imageAlt: "Pour over coffee setup", button: { text: "Learn Method", href: "#faq" }
}, },
{ {
title: "Artisan Cappuccino", description: "Creamy microfoam and perfectly extracted espresso create the ultimate coffee experience", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-with-milk_23-2147985001.jpg", imageAlt: "Cappuccino with latte art", button: { text: "Order Now", href: "#" } title: "Artisan Cappuccino", description: "Creamy microfoam and perfectly extracted espresso create the ultimate coffee experience", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-with-milk_23-2147985001.jpg", imageAlt: "Cappuccino with latte art", button: { text: "Order Now", href: "#footer" }
} }
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
@@ -208,7 +210,7 @@ export default function LandingPage() {
title: "Menu", items: [ title: "Menu", items: [
{ label: "Espresso Drinks", href: "#products" }, { label: "Espresso Drinks", href: "#products" },
{ label: "Single Origins", href: "#products" }, { label: "Single Origins", href: "#products" },
{ label: "Brewing Guides", href: "#" }, { label: "Brewing Guides", href: "#faq" },
{ label: "Coffee Blends", href: "#products" } { label: "Coffee Blends", href: "#products" }
] ]
}, },
@@ -223,7 +225,7 @@ export default function LandingPage() {
{ {
title: "Connect", items: [ title: "Connect", items: [
{ label: "Visit Us", href: "#" }, { label: "Visit Us", href: "#" },
{ label: "Contact", href: "#contact" }, { label: "Contact", href: "#" },
{ label: "Instagram", href: "https://instagram.com" }, { label: "Instagram", href: "https://instagram.com" },
{ label: "Newsletter", href: "#" } { label: "Newsletter", href: "#" }
] ]