From 665ea1d99f1e6c396640025792a3bb75d1dd8e7e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:40:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f33c1e..07717ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,7 +41,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="large" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -68,7 +68,7 @@ export default function LandingPage() { description="Premium Bungalows & Residential Plots in Pune. Affordable, Secure, Future-Ready Investment with transparent documentation and expert guidance." tag="Welcome to Atharva Green Properties" tagIcon={Home} - background={{ variant: "floatingGradient" }} + background={{ variant: "radial-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/bangkok-elephant-care-sanctuary-buildings-with-lake-lotus-flowers_482257-123883.jpg", imageAlt: "modern bungalow green property residential home architecture"}, @@ -171,13 +171,13 @@ export default function LandingPage() { description="Our projects are strategically located in fast-growing areas around Pune with excellent connectivity and access to all essential amenities." metrics={[ { - id: "1", value: "Easy Access", title: "Educational Institutions", description: "Top schools and colleges within proximity", imageSrc: "http://img.b2bpic.net/free-photo/atmosphere-landmark-ground-cloudscape-nature_1232-3822.jpg?_wi=1", imageAlt: "location map Pune city geographic area property location"}, + id: "1", value: "Easy Access", title: "Educational Institutions", description: "Top schools and colleges within proximity", imageSrc: "http://img.b2bpic.net/free-photo/atmosphere-landmark-ground-cloudscape-nature_1232-3822.jpg", imageAlt: "location map Pune city geographic area property location"}, { - id: "2", value: "Healthcare Hub", title: "Medical Facilities", description: "Quality hospitals and clinics nearby", imageSrc: "http://img.b2bpic.net/free-photo/atmosphere-landmark-ground-cloudscape-nature_1232-3822.jpg?_wi=2", imageAlt: "location map Pune city geographic area property location"}, + id: "2", value: "Healthcare Hub", title: "Medical Facilities", description: "Quality hospitals and clinics nearby", imageSrc: "http://img.b2bpic.net/free-photo/atmosphere-landmark-ground-cloudscape-nature_1232-3822.jpg", imageAlt: "location map Pune city geographic area property location"}, { - id: "3", value: "Shopping Center", title: "Retail & Entertainment", description: "Shopping malls and entertainment zones", imageSrc: "http://img.b2bpic.net/free-photo/atmosphere-landmark-ground-cloudscape-nature_1232-3822.jpg?_wi=3", imageAlt: "location map Pune city geographic area property location"}, + id: "3", value: "Shopping Center", title: "Retail & Entertainment", description: "Shopping malls and entertainment zones", imageSrc: "http://img.b2bpic.net/free-photo/atmosphere-landmark-ground-cloudscape-nature_1232-3822.jpg", imageAlt: "location map Pune city geographic area property location"}, { - id: "4", value: "Highway Connected", title: "Major Transport Routes", description: "Direct access to highways and roads", imageSrc: "http://img.b2bpic.net/free-photo/atmosphere-landmark-ground-cloudscape-nature_1232-3822.jpg?_wi=4", imageAlt: "location map Pune city geographic area property location"}, + id: "4", value: "Highway Connected", title: "Major Transport Routes", description: "Direct access to highways and roads", imageSrc: "http://img.b2bpic.net/free-photo/atmosphere-landmark-ground-cloudscape-nature_1232-3822.jpg", imageAlt: "location map Pune city geographic area property location"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1