diff --git a/src/app/page.tsx b/src/app/page.tsx
index 245f1c5..91d7830 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -56,7 +56,6 @@ export default function LandingPage() {
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/woman-fancy-black-dress_1303-13867.jpg"
imageAlt="Elegant woman wearing stylish clothing"
- useInvertedBackground={false}
/>
@@ -65,10 +64,10 @@ export default function LandingPage() {
description="Explore a curated selection of timeless pieces and the newest trends in ladies' fashion. Find your next favorite outfit."
tag="Shop"
products={[
- { id: "1", name: "Elegant Flowy Dress", price: "$89.99", variant: "S, M, L", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-dress-with-bouquet-fresh-flowers_23-2148079379.jpg?_wi=1", imageAlt: "Elegant flowy dress" },
+ { id: "1", name: "Elegant Flowy Dress", price: "$89.99", variant: "S, M, L", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-dress-with-bouquet-fresh-flowers_23-2148079379.jpg", imageAlt: "Elegant flowy dress" },
{ id: "2", name: "Chic Casual Blouse", price: "$45.00", variant: "XS, S, M", imageSrc: "http://img.b2bpic.net/free-photo/elegant-trendy-blonde-woman-posing-street-near-beautiful-old-building-wearing-fashionable-trendy-hipster-outfit-sunglasses-spring-autumn-style_291049-236.jpg", imageAlt: "Chic casual blouse" },
{ id: "3", name: "Tailored High-Waist Pants", price: "$65.50", variant: "26, 28, 30", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-park_1303-23829.jpg", imageAlt: "Tailored high-waist pants" },
- { id: "4", name: "Trendy Midi Skirt", price: "$55.00", variant: "S, M", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-dress-with-bouquet-fresh-flowers_23-2148079379.jpg?_wi=2", imageAlt: "Trendy midi skirt" }
+ { id: "4", name: "Trendy Midi Skirt", price: "$55.00", variant: "S, M", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-dress-with-bouquet-fresh-flowers_23-2148079379.jpg", imageAlt: "Trendy midi skirt" }
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"