Update src/app/page.tsx
This commit is contained in:
@@ -54,22 +54,22 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648684.jpg", imageAlt: "premium coffee shop storefront modern design"
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648684.jpg?_wi=1", imageAlt: "premium coffee shop storefront modern design"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-coffee-cup-table_23-2148463942.jpg", imageAlt: "premium espresso coffee cup professional photography"
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-coffee-cup-table_23-2148463942.jpg?_wi=1", imageAlt: "premium espresso coffee cup professional photography"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cinnamon_658428-67.jpg", imageAlt: "cappuccino latte art foam professional photo"
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cinnamon_658428-67.jpg?_wi=1", imageAlt: "cappuccino latte art foam professional photo"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adult-enjoying-warm-drink_23-2149134394.jpg", imageAlt: "cold brew iced coffee glass aesthetic"
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adult-enjoying-warm-drink_23-2149134394.jpg?_wi=1", imageAlt: "cold brew iced coffee glass aesthetic"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-barista-using-professional-coffee-machine-cup_23-2148824392.jpg", imageAlt: "professional barista pouring espresso coffee"
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-barista-using-professional-coffee-machine-cup_23-2148824392.jpg?_wi=1", imageAlt: "professional barista pouring espresso coffee"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-preparing-drink_23-2148865574.jpg", imageAlt: "coffee shop setup equipment brewing machine"
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-preparing-drink_23-2148865574.jpg?_wi=1", imageAlt: "coffee shop setup equipment brewing machine"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
{ value: "15+", title: "Years of Excellence" },
|
||||
{ value: "50K+", title: "Happy Customers" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-male-barista-using-professional-coffee-machine-cup_23-2148824392.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-male-barista-using-professional-coffee-machine-cup_23-2148824392.jpg?_wi=2"
|
||||
imageAlt="Expert Barista at Work"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -106,13 +106,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Classic Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-coffee-cup-table_23-2148463942.jpg", imageAlt: "Classic Espresso Shot"
|
||||
id: "1", name: "Classic Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-coffee-cup-table_23-2148463942.jpg?_wi=2", imageAlt: "Classic Espresso Shot"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Silky Cappuccino", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cinnamon_658428-67.jpg", imageAlt: "Cappuccino with Latte Art"
|
||||
id: "2", name: "Silky Cappuccino", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cinnamon_658428-67.jpg?_wi=2", imageAlt: "Cappuccino with Latte Art"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Cold Brew Delight", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adult-enjoying-warm-drink_23-2149134394.jpg", imageAlt: "Refreshing Cold Brew"
|
||||
id: "3", name: "Cold Brew Delight", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adult-enjoying-warm-drink_23-2149134394.jpg?_wi=2", imageAlt: "Refreshing Cold Brew"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -187,7 +187,7 @@ export default function LandingPage() {
|
||||
id: "5", title: "Are your beans ethically sourced?", content: "Yes, sustainability is core to our mission. We work directly with farmers, ensuring fair trade practices and environmentally responsible farming. Every purchase supports ethical coffee production."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-barista-preparing-drink_23-2148865574.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-barista-preparing-drink_23-2148865574.jpg?_wi=2"
|
||||
imageAlt="Professional Coffee Brewing Setup"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -210,7 +210,7 @@ export default function LandingPage() {
|
||||
required: true
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648684.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648684.jpg?_wi=2"
|
||||
imageAlt="PEZZO Coffee Shop"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -220,7 +220,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648684.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648684.jpg?_wi=3"
|
||||
imageAlt="PEZZO Coffee Shop"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user