diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a5c33a..5f1323d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -184,27 +95,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - id: "f1", - title: "Strategic Location", - description: "Ideally situated for connectivity and growth.", - tag: "Prime", - imageSrc: "http://img.b2bpic.net/free-psd/landscaping-template-design_23-2151053431.jpg", - }, - { - id: "f2", - title: "Secure Gated Community", - description: "Ensuring peace of mind for your family.", - tag: "Safe", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-traveller-with-beanie-enjoying-trip_23-2148588561.jpg", - }, - { - id: "f3", - title: "Modern Amenities", - description: "Designed for a contemporary, sustainable lifestyle.", - tag: "Modern", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-beautiful-city-surrounded-by-hills-blue-sky_181624-19321.jpg", - }, + { id: "f1", title: "Strategic Location", description: "Ideally situated for connectivity and growth.", tag: "Prime", imageSrc: "http://img.b2bpic.net/free-psd/landscaping-template-design_23-2151053431.jpg" }, + { id: "f2", title: "Secure Gated Community", description: "Ensuring peace of mind for your family.", tag: "Safe", imageSrc: "http://img.b2bpic.net/free-photo/close-up-traveller-with-beanie-enjoying-trip_23-2148588561.jpg" }, + { id: "f3", title: "Modern Amenities", description: "Designed for a contemporary, sustainable lifestyle.", tag: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-beautiful-city-surrounded-by-hills-blue-sky_181624-19321.jpg" }, ]} title="Why Choose Sarda Estates" description="Features that make your investment secure and life comfortable." @@ -213,46 +106,17 @@ export default function LandingPage() {