From ef2a43b5ac7596ba347db9547da4646972e4ac99 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 06:49:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 272 ++++++++--------------------------------------- 1 file changed, 46 insertions(+), 226 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60e0642..6cfc62e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,31 +16,23 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -206,40 +103,13 @@ export default function LandingPage() { description="Transparent pricing for our premium real estate services." plans={[ { - id: "std", - badge: "Essential", - price: "₹25,000", - subtitle: "For basic property search", - buttons: [ - { - text: "Select", - href: "#", - }, - ], - features: [ - "Market analysis", - "10 listings", - "2 site visits", - ], + id: "std", badge: "Essential", price: "₹25,000", subtitle: "For basic property search", buttons: [{ text: "Select", href: "#" }], + features: ["Market analysis", "10 listings", "2 site visits"] }, { - id: "pro", - badge: "Premium", - price: "₹75,000", - subtitle: "For end-to-end support", - buttons: [ - { - text: "Select", - href: "#", - }, - ], - features: [ - "Full legal aid", - "Unlimted listings", - "Dedicated agent", - "Negotiation support", - ], - }, + id: "pro", badge: "Premium", price: "₹75,000", subtitle: "For end-to-end support", buttons: [{ text: "Select", href: "#" }], + features: ["Full legal aid", "Unlimted listings", "Dedicated agent", "Negotiation support"] + } ]} /> @@ -253,25 +123,11 @@ export default function LandingPage() { description="Stay updated with the latest news in Mumbai real estate." blogs={[ { - id: "b1", - category: "Market", - title: "Why Vile Parle West is booming", - excerpt: "Infrastructure developments in the western suburbs.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg?_wi=2", - authorName: "D Mehta", - authorAvatar: "http://img.b2bpic.net/free-photo/blond-business-woman-suit-with-tablet_23-2148095682.jpg", - date: "Jan 2025", + id: "b1", category: "Market", title: "Why Vile Parle West is booming", excerpt: "Infrastructure developments in the western suburbs.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg", authorName: "D Mehta", authorAvatar: "http://img.b2bpic.net/free-photo/blond-business-woman-suit-with-tablet_23-2148095682.jpg", date: "Jan 2025" }, { - id: "b2", - category: "Buying", - title: "Top tips for first-time buyers", - excerpt: "How to secure the best mortgage rates.", - imageSrc: "http://img.b2bpic.net/free-vector/fairytale-collection-houses_23-2147781002.jpg?_wi=2", - authorName: "D Mehta", - authorAvatar: "http://img.b2bpic.net/free-photo/blond-business-woman-suit-with-tablet_23-2148095682.jpg", - date: "Feb 2025", - }, + id: "b2", category: "Buying", title: "Top tips for first-time buyers", excerpt: "How to secure the best mortgage rates.", imageSrc: "http://img.b2bpic.net/free-vector/fairytale-collection-houses_23-2147781002.jpg", authorName: "D Mehta", authorAvatar: "http://img.b2bpic.net/free-photo/blond-business-woman-suit-with-tablet_23-2148095682.jpg", date: "Feb 2025" + } ]} /> @@ -279,45 +135,9 @@ export default function LandingPage() {