Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e239bd5ab | |||
| a27354c8f6 | |||
| a59f042b70 |
@@ -32,11 +32,13 @@ export default function LandingPage() {
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Metrics", id: "metrics" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "footer" }
|
||||
]}
|
||||
button={{
|
||||
text: "Reserve a Table", href: "#contact"
|
||||
text: "Reserve a Table", href: "#footer"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -48,7 +50,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Explore Menu", href: "#products" },
|
||||
{ text: "Visit Us", href: "#contact" }
|
||||
{ text: "Visit Us", href: "#footer" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
@@ -68,7 +70,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Learn Our Story", href: "#" }
|
||||
{ text: "Learn Our Story", href: "#products" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -83,13 +85,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
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"
|
||||
@@ -208,7 +210,7 @@ export default function LandingPage() {
|
||||
title: "Menu", items: [
|
||||
{ label: "Espresso Drinks", href: "#products" },
|
||||
{ label: "Single Origins", href: "#products" },
|
||||
{ label: "Brewing Guides", href: "#" },
|
||||
{ label: "Brewing Guides", href: "#faq" },
|
||||
{ label: "Coffee Blends", href: "#products" }
|
||||
]
|
||||
},
|
||||
@@ -223,7 +225,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Visit Us", href: "#" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Contact", href: "#" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Newsletter", href: "#" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user