Update src/app/page.tsx
This commit is contained in:
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dishes-with-healthy-waffles_1220-367.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dishes-with-healthy-waffles_1220-367.jpg?_wi=1"
|
||||
imageAlt="Golden crispy waffles ready to serve"
|
||||
mediaAnimation="blur-reveal"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[{ text: "Learn More", href: "#" }]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-fruit-leather-rolls_7502-8061.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-fruit-leather-rolls_7502-8061.jpg?_wi=1"
|
||||
imageAlt="Close-up of our crispy waffle texture"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -101,7 +101,7 @@ export default function LandingPage() {
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Quick & Reliable Service", description: "We're committed to fast service without compromising quality. Your waffle will be ready faster than you expect.", imageSrc: "http://img.b2bpic.net/free-photo/various-waffle-rolls-ceramic-plates-top-view_114579-11405.jpg", imageAlt: "Quick waffle service", buttonIcon: Clock,
|
||||
title: "Quick & Reliable Service", description: "We're committed to fast service without compromising quality. Your waffle will be ready faster than you expect.", imageSrc: "http://img.b2bpic.net/free-photo/various-waffle-rolls-ceramic-plates-top-view_114579-11405.jpg?_wi=1", imageAlt: "Quick waffle service", buttonIcon: Clock,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
@@ -123,13 +123,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "classic-waffle", name: "Classic Waffle Stick", price: "$3.99", variant: "Plain or Chocolate", imageSrc: "http://img.b2bpic.net/free-photo/dishes-with-healthy-waffles_1220-367.jpg", imageAlt: "Classic waffle stick"
|
||||
id: "classic-waffle", name: "Classic Waffle Stick", price: "$3.99", variant: "Plain or Chocolate", imageSrc: "http://img.b2bpic.net/free-photo/dishes-with-healthy-waffles_1220-367.jpg?_wi=2", imageAlt: "Classic waffle stick"
|
||||
},
|
||||
{
|
||||
id: "nutella-waffle", name: "Nutella Delight", price: "$5.49", variant: "With hazelnut spread", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fruit-leather-rolls_7502-8061.jpg", imageAlt: "Nutella waffle"
|
||||
id: "nutella-waffle", name: "Nutella Delight", price: "$5.49", variant: "With hazelnut spread", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fruit-leather-rolls_7502-8061.jpg?_wi=2", imageAlt: "Nutella waffle"
|
||||
},
|
||||
{
|
||||
id: "fruit-waffle", name: "Fresh Fruit Combo", price: "$6.99", variant: "With seasonal fruits", imageSrc: "http://img.b2bpic.net/free-photo/various-waffle-rolls-ceramic-plates-top-view_114579-11405.jpg", imageAlt: "Fruit waffle combo"
|
||||
id: "fruit-waffle", name: "Fresh Fruit Combo", price: "$6.99", variant: "With seasonal fruits", imageSrc: "http://img.b2bpic.net/free-photo/various-waffle-rolls-ceramic-plates-top-view_114579-11405.jpg?_wi=2", imageAlt: "Fruit waffle combo"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user