From 35fbb1d72b8eeb703a6f58615213fc04fc8eb4f4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:53:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 48df382..6b598e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="inset" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -43,7 +43,7 @@ export default function LandingPage() { @@ -174,19 +172,19 @@ export default function LandingPage() { products={[ { id: "1", brand: "Pearl Construction", name: "Resort-Style Pool Paradise", price: "Custom", rating: 5, - reviewCount: "12 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/weekend-mature-couple-enjoying-good-weather-near-swimming-pool_259150-57796.jpg?_wi=2", imageAlt: "luxury resort pool backyard" + reviewCount: "12 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/weekend-mature-couple-enjoying-good-weather-near-swimming-pool_259150-57796.jpg", imageAlt: "luxury resort pool backyard" }, { id: "2", brand: "Pearl Construction", name: "Luxury Kitchen Transformation", price: "Custom", rating: 5, - reviewCount: "8 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/attic-kitchen-wooden-ceiling-modern-blue-fronts_169016-68929.jpg?_wi=2", imageAlt: "luxury home kitchen renovation" + reviewCount: "8 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/attic-kitchen-wooden-ceiling-modern-blue-fronts_169016-68929.jpg", imageAlt: "luxury home kitchen renovation" }, { id: "3", brand: "Pearl Construction", name: "Outdoor Oasis Retreat", price: "Custom", rating: 5, - reviewCount: "15 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/terrace-exterior-building_1203-2586.jpg?_wi=2", imageAlt: "luxury outdoor living space" + reviewCount: "15 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/terrace-exterior-building_1203-2586.jpg", imageAlt: "luxury outdoor living space" }, { id: "4", brand: "Pearl Construction", name: "Master Bath Spa Haven", price: "Custom", rating: 5, - reviewCount: "9 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathtub-inside-bedroom-hotel_1150-10837.jpg?_wi=2", imageAlt: "luxury bathroom spa renovation" + reviewCount: "9 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathtub-inside-bedroom-hotel_1150-10837.jpg", imageAlt: "luxury bathroom spa renovation" }, { id: "5", brand: "Pearl Construction", name: "Modern Home Expansion", price: "Custom", rating: 5, -- 2.49.1