diff --git a/src/app/page.tsx b/src/app/page.tsx
index db42dba..813e6b4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="mediumLarge"
- background="blurBottom"
+ background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -43,7 +43,7 @@ export default function LandingPage() {
@@ -72,13 +72,13 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Downtown Luxury", name: "Modern Penthouse with City Views", price: "$2,450,000", rating: 5,
- reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=1", imageAlt: "Luxurious penthouse apartment"},
+ reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "Luxurious penthouse apartment"},
{
id: "2", brand: "Suburban Elite", name: "Contemporary Family Villa", price: "$1,850,000", rating: 5,
- reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-691.jpg?_wi=1", imageAlt: "Beautiful contemporary villa"},
+ reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-691.jpg", imageAlt: "Beautiful contemporary villa"},
{
id: "3", brand: "Urban Collection", name: "Modern Apartment with Amenities", price: "$950,000", rating: 5,
- reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg?_wi=1", imageAlt: "Modern luxury apartment interior"},
+ reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg", imageAlt: "Modern luxury apartment interior"},
]}
/>
@@ -99,22 +99,22 @@ export default function LandingPage() {