From b71c6e476ea101262409d6f1bb52164f276b6200 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:45:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index babbda7..0ca19fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,7 +39,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="outline" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -65,26 +65,26 @@ export default function LandingPage() { tag="Hotel Interior Experts" tagIcon={Hammer} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg?_wi=1", imageAlt: "Luxury hotel renovation project"}, + "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg", imageAlt: "Luxury hotel renovation project"}, { imageSrc: - "http://img.b2bpic.net/free-photo/lounge-lobby-area-library-sales-center_105762-1780.jpg?_wi=1", imageAlt: "Hotel suite renovation"}, + "http://img.b2bpic.net/free-photo/lounge-lobby-area-library-sales-center_105762-1780.jpg", imageAlt: "Hotel suite renovation"}, { imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037088.jpg?_wi=1", imageAlt: "Hotel lobby renovation"}, + "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037088.jpg", imageAlt: "Hotel lobby renovation"}, { imageSrc: - "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=1", imageAlt: "Premium hotel interior"}, + "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", imageAlt: "Premium hotel interior"}, { imageSrc: - "http://img.b2bpic.net/free-photo/hallway-modern-style_1127-3391.jpg?_wi=1", imageAlt: "Hotel bathroom renovation"}, + "http://img.b2bpic.net/free-photo/hallway-modern-style_1127-3391.jpg", imageAlt: "Hotel bathroom renovation"}, { imageSrc: - "http://img.b2bpic.net/free-photo/relax-area-hotel_1150-10812.jpg?_wi=1", imageAlt: "Boutique hotel renovation"}, + "http://img.b2bpic.net/free-photo/relax-area-hotel_1150-10812.jpg", imageAlt: "Boutique hotel renovation"}, ]} buttons={[ { text: "View Our Work", href: "#portfolio" }, @@ -135,19 +135,19 @@ export default function LandingPage() { products={[ { id: "1", name: "Boutique Hotel Suite", price: "Completed 2024", imageSrc: - "http://img.b2bpic.net/free-photo/lounge-lobby-area-library-sales-center_105762-1780.jpg?_wi=2", imageAlt: "Luxury boutique hotel suite renovation"}, + "http://img.b2bpic.net/free-photo/lounge-lobby-area-library-sales-center_105762-1780.jpg", imageAlt: "Luxury boutique hotel suite renovation"}, { id: "2", name: "Hotel Lobby Redesign", price: "Completed 2024", imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037088.jpg?_wi=2", imageAlt: "Modern hotel lobby renovation"}, + "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037088.jpg", imageAlt: "Modern hotel lobby renovation"}, { id: "3", name: "Five-Star Suite", price: "Completed 2023", imageSrc: - "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=2", imageAlt: "Premium five-star hotel suite"}, + "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", imageAlt: "Premium five-star hotel suite"}, { id: "4", name: "Luxury Bathroom", price: "Completed 2023", imageSrc: - "http://img.b2bpic.net/free-photo/hallway-modern-style_1127-3391.jpg?_wi=2", imageAlt: "High-end hotel bathroom renovation"}, + "http://img.b2bpic.net/free-photo/hallway-modern-style_1127-3391.jpg", imageAlt: "High-end hotel bathroom renovation"}, { id: "5", name: "Contemporary Design", price: "Completed 2023", imageSrc: - "http://img.b2bpic.net/free-photo/relax-area-hotel_1150-10812.jpg?_wi=2", imageAlt: "Modern hotel interior design"}, + "http://img.b2bpic.net/free-photo/relax-area-hotel_1150-10812.jpg", imageAlt: "Modern hotel interior design"}, ]} /> @@ -177,7 +177,7 @@ export default function LandingPage() { "Reliable project management with transparent communication and respect for your timeline and budget.", icon: Clock, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg" imageAlt="Scott's Renos team at work" mediaAnimation="slide-up" imagePosition="right" -- 2.49.1