Update src/app/page.tsx
This commit is contained in:
@@ -53,9 +53,9 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-drinks-arrangement_23-2149312336.jpg", imageAlt: "Luxury candles collection showcase" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/christmas-spa-composition-blurred-background-with-bokeh-lights_169016-43782.jpg", imageAlt: "Vanilla scented luxury candle" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/bouquet-flowers-candles-decorative-word-home-white-bed-top-view_169016-35474.jpg", imageAlt: "Lavender premium candle" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wood-tray-with-mirror-pink-roses-knitted-blanket_141793-154.jpg", imageAlt: "Rose fragrance luxury candle" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/christmas-spa-composition-blurred-background-with-bokeh-lights_169016-43782.jpg?_wi=1", imageAlt: "Vanilla scented luxury candle" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/bouquet-flowers-candles-decorative-word-home-white-bed-top-view_169016-35474.jpg?_wi=1", imageAlt: "Lavender premium candle" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wood-tray-with-mirror-pink-roses-knitted-blanket_141793-154.jpg?_wi=1", imageAlt: "Rose fragrance luxury candle" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-preparing-kombucha_23-2149894681.jpg", imageAlt: "Artisan candle craftsmanship" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-cup-coffee-decor-closeup_169016-23626.jpg", imageAlt: "Candle ambiance warm lighting" }
|
||||
]}
|
||||
@@ -80,9 +80,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{ id: "vanilla-bliss", name: "Vanilla Bliss", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/christmas-spa-composition-blurred-background-with-bokeh-lights_169016-43782.jpg", imageAlt: "Vanilla Bliss luxury candle" },
|
||||
{ id: "lavender-dream", name: "Lavender Dream", price: "$34.00", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-flowers-candles-decorative-word-home-white-bed-top-view_169016-35474.jpg", imageAlt: "Lavender Dream premium candle" },
|
||||
{ id: "rose-romance", name: "Rose Romance", price: "$36.00", imageSrc: "http://img.b2bpic.net/free-photo/wood-tray-with-mirror-pink-roses-knitted-blanket_141793-154.jpg", imageAlt: "Rose Romance elegant candle" }
|
||||
{ id: "vanilla-bliss", name: "Vanilla Bliss", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/christmas-spa-composition-blurred-background-with-bokeh-lights_169016-43782.jpg?_wi=2", imageAlt: "Vanilla Bliss luxury candle" },
|
||||
{ id: "lavender-dream", name: "Lavender Dream", price: "$34.00", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-flowers-candles-decorative-word-home-white-bed-top-view_169016-35474.jpg?_wi=2", imageAlt: "Lavender Dream premium candle" },
|
||||
{ id: "rose-romance", name: "Rose Romance", price: "$36.00", imageSrc: "http://img.b2bpic.net/free-photo/wood-tray-with-mirror-pink-roses-knitted-blanket_141793-154.jpg?_wi=2", imageAlt: "Rose Romance elegant candle" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user