Update src/app/page.tsx
This commit is contained in:
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Crunch into Chocolate Covered Happiness"
|
||||
description="Our premium banana chips are hand-dipped in rich, velvety chocolate for the ultimate snack experience."
|
||||
leftCarouselItems={[{ imageSrc: "https://images.unsplash.com/photo-1596704017391-447043818320?q=80&w=800", imageAlt: "Chocolate Banana Chips" }, { imageSrc: "https://images.unsplash.com/photo-1549427387-195f1917f8b9?q=80&w=800", imageAlt: "Artisan Chips" }]}
|
||||
leftCarouselItems={[{ imageSrc: "https://images.unsplash.com/photo-1596704017391-447043818320?q=80&w=800&_wi=1", imageAlt: "Chocolate Banana Chips" }, { imageSrc: "https://images.unsplash.com/photo-1549427387-195f1917f8b9?q=80&w=800&_wi=1", imageAlt: "Artisan Chips" }]}
|
||||
rightCarouselItems={[{ imageSrc: "https://images.unsplash.com/photo-1579372787885-4841968872a5?q=80&w=800", imageAlt: "Dark Chocolate Dip" }, { imageSrc: "https://images.unsplash.com/photo-1511688878353-3a2f5be94cd0?q=80&w=800", imageAlt: "Crunchy Banana Chips" }]}
|
||||
buttons={[{ text: "Order Now", href: "#products" }]}
|
||||
/>
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Dark Choco Banana", price: "$9.99", imageSrc: "https://images.unsplash.com/photo-1587314168485-3236d6706838?q=80&w=800" },
|
||||
{ id: "p2", name: "Milk Choco Banana", price: "$9.99", imageSrc: "https://images.unsplash.com/photo-1596704017391-447043818320?q=80&w=800" },
|
||||
{ id: "p2", name: "Milk Choco Banana", price: "$9.99", imageSrc: "https://images.unsplash.com/photo-1596704017391-447043818320?q=80&w=800&_wi=2" },
|
||||
{ id: "p3", name: "Sea Salt Drizzle", price: "$10.99", imageSrc: "https://images.unsplash.com/photo-1558961363-fa8fdf82db35?q=80&w=800" }
|
||||
]}
|
||||
title="Crunchy Selection"
|
||||
@@ -133,7 +133,7 @@ export default function LandingPage() {
|
||||
tag="Newsletter"
|
||||
title="Get Your Daily Crunch"
|
||||
description="Sign up for updates on our latest chocolate dipping experiments."
|
||||
imageSrc="https://images.unsplash.com/photo-1549427387-195f1917f8b9?q=80&w=800"
|
||||
imageSrc="https://images.unsplash.com/photo-1549427387-195f1917f8b9?q=80&w=800&_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user