From 734940ac3e9a7a37ccb0c8b7ac554901829c839f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:35:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 64 +++++++++--------------------------------------- 1 file changed, 12 insertions(+), 52 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2147ce5..b23d6bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLargeSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -45,7 +45,7 @@ export default function HomePage() { @@ -79,32 +73,16 @@ export default function HomePage() { features={[ { id: 1, - title: "Reception You Can Trust", - description: "Welcoming, professional, helpful. Your clients are greeted by our friendly receptionist team who genuinely care about making a great impression.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-talking-receptionist-while-arriving-spa_637285-9455.jpg?_wi=2", - imageAlt: "Professional receptionist greeting clients", - }, + title: "Reception You Can Trust", description: "Welcoming, professional, helpful. Your clients are greeted by our friendly receptionist team who genuinely care about making a great impression.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-talking-receptionist-while-arriving-spa_637285-9455.jpg", imageAlt: "Professional receptionist greeting clients"}, { id: 2, - title: "Always Presentable", - description: "Clean interiors and well-maintained common areas. Every detail is kept pristine so your space always reflects excellence.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-working-office_23-2150697582.jpg?_wi=1", - imageAlt: "Clean, organized office workspace", - }, + title: "Always Presentable", description: "Clean interiors and well-maintained common areas. Every detail is kept pristine so your space always reflects excellence.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-working-office_23-2150697582.jpg", imageAlt: "Clean, organized office workspace"}, { id: 3, - title: "Easy Highway 50 Access", - description: "Located in Folsom with direct, convenient access to Highway 50. No complicated routes—just smooth commutes for you and your clients.", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-views-with-streets_23-2148959678.jpg?_wi=1", - imageAlt: "Highway 50 access and transportation routes", - }, + title: "Easy Highway 50 Access", description: "Located in Folsom with direct, convenient access to Highway 50. No complicated routes—just smooth commutes for you and your clients.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-views-with-streets_23-2148959678.jpg", imageAlt: "Highway 50 access and transportation routes"}, { id: 4, - title: "Plenty of Parking", - description: "Ample on-site parking for you and your clients. No more searching—just arrive and focus on business.", - imageSrc: "http://img.b2bpic.net/free-photo/empty-parking-lots-aerial-view_1127-4052.jpg?_wi=2", - imageAlt: "Spacious parking lot with plenty of spaces", - }, + title: "Plenty of Parking", description: "Ample on-site parking for you and your clients. No more searching—just arrive and focus on business.", imageSrc: "http://img.b2bpic.net/free-photo/empty-parking-lots-aerial-view_1127-4052.jpg", imageAlt: "Spacious parking lot with plenty of spaces"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -117,29 +95,11 @@ export default function HomePage() {