diff --git a/src/app/page.tsx b/src/app/page.tsx index d281462..835e564 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,6 @@ export default function LandingPage() { title="Life's Too Short for Bad Yogurt." description="Fresh, creamy, customizable frozen yogurt — with dairy-free options, low-calorie picks, and unlimited toppings." buttons={[{ text: "Explore Our Flavors", href: "#flavors" }]} - imageSrc="https://img.freepik.com/free-photo/fruit-salad-with-ice-cream_1232-1649.jpg?t=st=1715850000~exp=1715853600~hmac=e1234567890abcdef" imageAlt="Luscious frozen yogurt cup" /> @@ -60,7 +59,6 @@ export default function LandingPage() { { value: "Only 8", title: "Low-Calorie Line" }, { value: "Groups", title: "Always Welcome" }, ]} - imageSrc="https://img.freepik.com/free-photo/freshly-fruit-smoothies-glass-jar-white-table_23-2148028558.jpg?t=st=1715850000~exp=1715853600~hmac=a1234567890abcdef" imageAlt="Yoz yogurt shop features" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -74,9 +72,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "c1", name: "Classic Vanilla", price: "$4.50", imageSrc: "https://img.freepik.com/free-photo/vanilla-ice-cream-scoop-waffle-cone_23-2148028501.jpg?t=st=1715850000~exp=1715853600~hmac=b1234567890abcdef" }, - { id: "c2", name: "Milk Chocolate", price: "$5.25", imageSrc: "https://img.freepik.com/free-photo/chocolate-ice-cream-scoops-wooden-table_23-2148028558.jpg?t=st=1715850000~exp=1715853600~hmac=c1234567890abcdef" }, - { id: "c3", name: "Salted Caramel", price: "$5.50", imageSrc: "https://img.freepik.com/free-photo/salted-caramel-ice-cream-scoop-waffle-cone_23-2148281358.jpg?t=st=1715850000~exp=1715853600~hmac=d1234567890abcdef" }, + { id: "c1", name: "Classic Vanilla", price: "$4.50" }, + { id: "c2", name: "Milk Chocolate", price: "$5.25" }, + { id: "c3", name: "Salted Caramel", price: "$5.50" }, ]} title="Our Flavors" description="Hand-picked rotating flavors made fresh daily—find your new favorite today!" @@ -89,8 +87,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { id: "t1", title: "Fresh Fruit", author: "Topping", description: "Crisp, sweet, and seasonal berries.", tags: ["Premium"], imageSrc: "https://img.freepik.com/free-photo/fresh-berries-white-background_23-2148281358.jpg?t=st=1715850000~exp=1715853600~hmac=e1234567890abcdef" }, - { id: "t2", title: "Cookie Dough", author: "Topping", description: "The ultimate sweet indulgence.", tags: ["Classic"], imageSrc: "https://img.freepik.com/free-photo/cookie-dough-bites-white-plate_23-2148028501.jpg?t=st=1715850000~exp=1715853600~hmac=f1234567890abcdef" }, + { id: "t1", title: "Fresh Fruit", author: "Topping", description: "Crisp, sweet, and seasonal berries.", tags: ["Premium"] }, + { id: "t2", title: "Cookie Dough", author: "Topping", description: "The ultimate sweet indulgence.", tags: ["Classic"] }, ]} title="Build Your Perfect Cup" description="Add unlimited toppings for just $2. Fresh fruit, cookie dough, and more to make it yours!" @@ -103,9 +101,6 @@ export default function LandingPage() { testimonial="I stop here on my bike rides. The pistachio Only 8 is my guilty pleasure. So good for only $3.50!" rating={5} author="Happy Cyclist" - avatars={[ - { src: "https://img.freepik.com/free-photo/customer-smiling-portrait_23-2148028558.jpg?t=st=1715850000~exp=1715853600~hmac=g1234567890abcdef", alt: "Customer" }, - ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" /> @@ -132,4 +127,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}