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
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
{ value: "50+", label: "Coffee Varieties" }
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-wearing-aprons-coffee-shop_23-2148366647.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-wearing-aprons-coffee-shop_23-2148366647.jpg?_wi=1"
|
||||
imageAlt="BrewHaven Coffee Shop Interior"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", brand: "BrewHaven", name: "Creamy Cappuccino Blend", price: "$14.99", rating: 5,
|
||||
reviewCount: "298", imageSrc: "http://img.b2bpic.net/free-photo/brown-sugar-beads-coffee-foam-white-ceramic-cup_23-2147908264.jpg", imageAlt: "Creamy Cappuccino"
|
||||
reviewCount: "298", imageSrc: "http://img.b2bpic.net/free-photo/brown-sugar-beads-coffee-foam-white-ceramic-cup_23-2147908264.jpg?_wi=1", imageAlt: "Creamy Cappuccino"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "BrewHaven", name: "Cold Brew Concentrate", price: "$12.99", rating: 5,
|
||||
@@ -133,7 +133,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2", title: "Expert Roasting", description: "Our master roasters bring decades of experience to every batch, carefully monitoring temperature and timing to unlock each bean's unique flavor profile.", media: { imageSrc: "http://img.b2bpic.net/free-photo/couple-wearing-aprons-coffee-shop_23-2148366647.jpg" },
|
||||
id: "2", title: "Expert Roasting", description: "Our master roasters bring decades of experience to every batch, carefully monitoring temperature and timing to unlock each bean's unique flavor profile.", media: { imageSrc: "http://img.b2bpic.net/free-photo/couple-wearing-aprons-coffee-shop_23-2148366647.jpg?_wi=2" },
|
||||
items: [
|
||||
{ icon: Flame, text: "Small-batch roasting" },
|
||||
{ icon: Clock, text: "Precision timing" },
|
||||
@@ -142,7 +142,7 @@ export default function LandingPage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3", title: "Artisan Preparation", description: "Our baristas are trained craftspeople who treat every order as an opportunity to create the perfect cup. Whether espresso or cold brew, quality is guaranteed.", media: { imageSrc: "http://img.b2bpic.net/free-photo/brown-sugar-beads-coffee-foam-white-ceramic-cup_23-2147908264.jpg" },
|
||||
id: "3", title: "Artisan Preparation", description: "Our baristas are trained craftspeople who treat every order as an opportunity to create the perfect cup. Whether espresso or cold brew, quality is guaranteed.", media: { imageSrc: "http://img.b2bpic.net/free-photo/brown-sugar-beads-coffee-foam-white-ceramic-cup_23-2147908264.jpg?_wi=2" },
|
||||
items: [
|
||||
{ icon: Award, text: "Certified baristas" },
|
||||
{ icon: Heart, text: "Made with passion" },
|
||||
|
||||
Reference in New Issue
Block a user