Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
description="Brew Haven was founded on the belief that exceptional coffee is more than just a beverage—it's an experience. We source the finest beans from sustainable farms, roast them in-house with precision, and serve them with passion. Every cup tells a story of craftsmanship and dedication."
|
||||
tag="About Us"
|
||||
buttons={[{ text: "Learn More", href: "#" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bar-concept-with-barman-putting-milk-coffee_23-2147798044.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bar-concept-with-barman-putting-milk-coffee_23-2147798044.jpg?_wi=1"
|
||||
imageAlt="Coffee roasting facility"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -69,10 +69,10 @@ export default function LandingPage() {
|
||||
<ProductCardFour
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Ethiopian Yirgacheffe", price: "$16.99", variant: "Medium Roast • Floral Notes", imageSrc: "http://img.b2bpic.net/free-vector/coffee-flyer-vertical-template_23-2148792675.jpg", imageAlt: "Ethiopian Yirgacheffe coffee beans"
|
||||
id: "1", name: "Ethiopian Yirgacheffe", price: "$16.99", variant: "Medium Roast • Floral Notes", imageSrc: "http://img.b2bpic.net/free-vector/coffee-flyer-vertical-template_23-2148792675.jpg?_wi=1", imageAlt: "Ethiopian Yirgacheffe coffee beans"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Classic Espresso", price: "$5.50", variant: "Single Shot • Dark Roast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-roasted-coffee-beans_23-2148337234.jpg", imageAlt: "Espresso shot"
|
||||
id: "2", name: "Classic Espresso", price: "$5.50", variant: "Single Shot • Dark Roast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-roasted-coffee-beans_23-2148337234.jpg?_wi=1", imageAlt: "Espresso shot"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Silky Cappuccino", price: "$6.75", variant: "Double Shot • Creamy Milk", imageSrc: "http://img.b2bpic.net/free-photo/home-composition-with-cup-coffee-candle-bouquet-flowers_169016-28327.jpg", imageAlt: "Cappuccino with latte art"
|
||||
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
<FeatureCardTen
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Single-Origin Sourcing", description: "We partner directly with sustainable farms to bring you authentic, traceable coffee with unique flavor profiles you won't find anywhere else.", media: { imageSrc: "http://img.b2bpic.net/free-vector/coffee-flyer-vertical-template_23-2148792675.jpg" },
|
||||
id: "1", title: "Single-Origin Sourcing", description: "We partner directly with sustainable farms to bring you authentic, traceable coffee with unique flavor profiles you won't find anywhere else.", media: { imageSrc: "http://img.b2bpic.net/free-vector/coffee-flyer-vertical-template_23-2148792675.jpg?_wi=2" },
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Direct farm partnerships" },
|
||||
{ icon: Leaf, text: "100% sustainable sourced" },
|
||||
@@ -101,7 +101,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2", title: "In-House Roasting", description: "Our expert roasters carefully craft each batch to perfection, ensuring optimal flavor extraction and freshness in every cup you enjoy.", media: { imageSrc: "http://img.b2bpic.net/free-photo/bar-concept-with-barman-putting-milk-coffee_23-2147798044.jpg" },
|
||||
id: "2", title: "In-House Roasting", description: "Our expert roasters carefully craft each batch to perfection, ensuring optimal flavor extraction and freshness in every cup you enjoy.", media: { imageSrc: "http://img.b2bpic.net/free-photo/bar-concept-with-barman-putting-milk-coffee_23-2147798044.jpg?_wi=2" },
|
||||
items: [
|
||||
{ icon: Flame, text: "Small-batch roasting" },
|
||||
{ icon: Clock, text: "Freshly roasted daily" },
|
||||
@@ -110,7 +110,7 @@ export default function LandingPage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3", title: "Expert Baristas", description: "Our passionate team of certified baristas brings years of experience and artistry to every drink, creating the perfect cup tailored to your taste.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-roasted-coffee-beans_23-2148337234.jpg" },
|
||||
id: "3", title: "Expert Baristas", description: "Our passionate team of certified baristas brings years of experience and artistry to every drink, creating the perfect cup tailored to your taste.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-roasted-coffee-beans_23-2148337234.jpg?_wi=2" },
|
||||
items: [
|
||||
{ icon: Award, text: "Certified expertise" },
|
||||
{ icon: CheckCircle, text: "Passion for coffee" },
|
||||
|
||||
Reference in New Issue
Block a user