Merge version_1 into main #2
@@ -8,37 +8,29 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import { Award, Star, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Properties",
|
||||
id: "/properties",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Properties", id: "/properties" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Happy Homes"
|
||||
/>
|
||||
@@ -49,86 +41,32 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="About Happy Homes"
|
||||
description="Happy Homes is founded by Mr. D Mehta, a veteran in the Mumbai property market. We focus on trust, long-term relationships, and client satisfaction."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blond-business-woman-suit-with-tablet_23-2148095682.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blond-business-woman-suit-with-tablet_23-2148095682.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about-stats" data-section="about-stats">
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Market experts",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Happy Clients",
|
||||
description: "Proven success",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4.9",
|
||||
title: "Google Rating",
|
||||
description: "Based on 158 reviews",
|
||||
icon: Star,
|
||||
},
|
||||
{ id: "m1", value: "15+", title: "Years Experience", description: "Market experts", icon: Award },
|
||||
{ id: "m2", value: "500+", title: "Happy Clients", description: "Proven success", icon: Users },
|
||||
{ id: "m3", value: "4.9", title: "Google Rating", description: "Based on 158 reviews", icon: Star }
|
||||
]}
|
||||
title="Our Track Record"
|
||||
description="Evidence of our commitment to excellence."
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer-main" data-section="footer-main">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Properties",
|
||||
items: [
|
||||
{
|
||||
label: "Buy",
|
||||
href: "/properties",
|
||||
},
|
||||
{
|
||||
label: "Rent",
|
||||
href: "/properties",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Services", href: "/services" }] },
|
||||
{ title: "Properties", items: [{ label: "Buy", href: "/properties" }, { label: "Rent", href: "/properties" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Contact", href: "/contact" }] }
|
||||
]}
|
||||
logoText="Happy Homes"
|
||||
/>
|
||||
@@ -136,4 +74,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -7,37 +7,29 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Properties",
|
||||
id: "/properties",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Properties", id: "/properties" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Happy Homes"
|
||||
/>
|
||||
@@ -45,15 +37,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact-page-info" data-section="contact-page-info">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Get in touch"
|
||||
title="We'd love to help you"
|
||||
description="Call us at +91 99302 07780 or visit us at our Vile Parle office."
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blond-business-woman-suit-with-tablet_23-2148095682.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blond-business-woman-suit-with-tablet_23-2148095682.jpg?_wi=3"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -63,12 +53,8 @@ export default function LandingPage() {
|
||||
title="Privacy and Security"
|
||||
sections={[
|
||||
{
|
||||
heading: "Data Protection",
|
||||
content: {
|
||||
type: "paragraph",
|
||||
text: "Your data is safe with us. We follow strict Mumbai property market compliance standards.",
|
||||
},
|
||||
},
|
||||
heading: "Data Protection", content: { type: "paragraph", text: "Your data is safe with us. We follow strict Mumbai property market compliance standards." }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,45 +62,9 @@ export default function LandingPage() {
|
||||
<div id="footer-main" data-section="footer-main">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Properties",
|
||||
items: [
|
||||
{
|
||||
label: "Buy",
|
||||
href: "/properties",
|
||||
},
|
||||
{
|
||||
label: "Rent",
|
||||
href: "/properties",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Services", href: "/services" }] },
|
||||
{ title: "Properties", items: [{ label: "Buy", href: "/properties" }, { label: "Rent", href: "/properties" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Contact", href: "/contact" }] }
|
||||
]}
|
||||
logoText="Happy Homes"
|
||||
/>
|
||||
@@ -122,4 +72,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
272
src/app/page.tsx
272
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"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Properties",
|
||||
id: "/properties",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Properties", id: "/properties" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Happy Homes"
|
||||
/>
|
||||
@@ -48,102 +40,31 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Find Your Dream Home in Mumbai with Trusted Experts"
|
||||
description="Happy Homes provides expert property consulting in Vile Parle, Juhu, and beyond. With 158+ 5-star reviews, we ensure a seamless experience for buyers and investors."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rahul Sharma",
|
||||
handle: "@rahul",
|
||||
testimonial: "Excellent service and deep local knowledge of Vile Parle. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-partners-discussing-real-estate-investment_1262-17781.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Priya Mehta",
|
||||
handle: "@priya",
|
||||
testimonial: "Very transparent and professional dealing. Found my dream home easily.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164717.jpg",
|
||||
},
|
||||
{
|
||||
name: "Amit Shah",
|
||||
handle: "@amit",
|
||||
testimonial: "They made the entire buying process stress-free and smooth.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-positive-guy-near-cheerful-attractive-lady-street-evening_23-2148012505.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sunita Rao",
|
||||
handle: "@sunita",
|
||||
testimonial: "Highly professional team with a great eye for quality properties.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064919.jpg",
|
||||
},
|
||||
{
|
||||
name: "Vijay K.",
|
||||
handle: "@vijay",
|
||||
testimonial: "Best property consultants I've dealt with in Mumbai.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-partners-discussing-real-estate-investment_1262-17781.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Properties",
|
||||
href: "/properties",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
{ name: "Rahul Sharma", handle: "@rahul", testimonial: "Excellent service and deep local knowledge of Vile Parle. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-partners-discussing-real-estate-investment_1262-17781.jpg" },
|
||||
{ name: "Priya Mehta", handle: "@priya", testimonial: "Very transparent and professional dealing. Found my dream home easily.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164717.jpg" },
|
||||
{ name: "Amit Shah", handle: "@amit", testimonial: "They made the entire buying process stress-free and smooth.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-positive-guy-near-cheerful-attractive-lady-street-evening_23-2148012505.jpg" },
|
||||
{ name: "Sunita Rao", handle: "@sunita", testimonial: "Highly professional team with a great eye for quality properties.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064919.jpg" },
|
||||
{ name: "Vijay K.", handle: "@vijay", testimonial: "Best property consultants I've dealt with in Mumbai.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-partners-discussing-real-estate-investment_1262-17781.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "View Properties", href: "/properties" }, { text: "Contact Us", href: "/contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/skyscrapers-sunset_1112-1870.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-business-partners-discussing-real-estate-investment_1262-17781.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164717.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-positive-guy-near-cheerful-attractive-lady-street-evening_23-2148012505.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064919.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-business-partners-discussing-real-estate-investment_1262-17781.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-business-partners-discussing-real-estate-investment_1262-17781.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164717.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-positive-guy-near-cheerful-attractive-lady-street-evening_23-2148012505.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064919.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-business-partners-discussing-real-estate-investment_1262-17781.jpg", alt: "Client 5" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Vile Parle",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Juhu",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Andheri West",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Santa Cruz",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Bandra",
|
||||
},
|
||||
{ type: "text", text: "Vile Parle" },
|
||||
{ type: "text", text: "Juhu" },
|
||||
{ type: "text", text: "Andheri West" },
|
||||
{ type: "text", text: "Santa Cruz" },
|
||||
{ type: "text", text: "Bandra" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -153,47 +74,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Mr. D Mehta Property Consultants"
|
||||
description="With years of dedicated experience in Mumbai's competitive real estate landscape, we bring unmatched expertise and a commitment to transparency."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blond-business-woman-suit-with-tablet_23-2148095682.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blond-business-woman-suit-with-tablet_23-2148095682.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="featured-props" data-section="featured-props">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Vile Parle West",
|
||||
name: "Luxury 3BHK Apartment",
|
||||
price: "₹4.5 Cr",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Juhu Tara Road",
|
||||
name: "Sea View 2BHK",
|
||||
price: "₹3.8 Cr",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fairytale-collection-houses_23-2147781002.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Vile Parle West",
|
||||
name: "Spacious Rental Flat",
|
||||
price: "₹1.5 L/mo",
|
||||
rating: 4,
|
||||
reviewCount: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-hotel_1150-10836.jpg?_wi=1",
|
||||
},
|
||||
{ id: "p1", brand: "Vile Parle West", name: "Luxury 3BHK Apartment", price: "₹4.5 Cr", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg" },
|
||||
{ id: "p2", brand: "Juhu Tara Road", name: "Sea View 2BHK", price: "₹3.8 Cr", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-vector/fairytale-collection-houses_23-2147781002.jpg" },
|
||||
{ id: "p3", brand: "Vile Parle West", name: "Spacious Rental Flat", price: "₹1.5 L/mo", rating: 4, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-hotel_1150-10836.jpg" }
|
||||
]}
|
||||
title="Featured Properties"
|
||||
description="Explore our handpicked listings in Vile Parle and Juhu."
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -279,45 +135,9 @@ export default function LandingPage() {
|
||||
<div id="footer-main" data-section="footer-main">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Properties",
|
||||
items: [
|
||||
{
|
||||
label: "Buy",
|
||||
href: "/properties",
|
||||
},
|
||||
{
|
||||
label: "Rent",
|
||||
href: "/properties",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Services", href: "/services" }] },
|
||||
{ title: "Properties", items: [{ label: "Buy", href: "/properties" }, { label: "Rent", href: "/properties" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Contact", href: "/contact" }] }
|
||||
]}
|
||||
logoText="Happy Homes"
|
||||
/>
|
||||
@@ -325,4 +145,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -7,37 +7,29 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function PropertiesPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Properties",
|
||||
id: "/properties",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Properties", id: "/properties" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Happy Homes"
|
||||
/>
|
||||
@@ -52,20 +44,8 @@ export default function LandingPage() {
|
||||
title="Top Luxury Picks"
|
||||
description="Premium living spaces in Mumbai."
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Juhu Penthouse",
|
||||
price: "₹10 Cr",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Vile Parle Flat",
|
||||
price: "₹3 Cr",
|
||||
variant: "Modern",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-hotel_1150-10836.jpg?_wi=3",
|
||||
},
|
||||
{ id: "1", name: "Juhu Penthouse", price: "₹10 Cr", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg" },
|
||||
{ id: "2", name: "Vile Parle Flat", price: "₹3 Cr", variant: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-hotel_1150-10836.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,56 +56,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Trusted by Leaders"
|
||||
description="We are recognized by top industry bodies."
|
||||
names={[
|
||||
"Mumbai Builders Assoc.",
|
||||
"Real Estate Federation",
|
||||
"Housing Authority",
|
||||
]}
|
||||
names={["Mumbai Builders Assoc.", "Real Estate Federation", "Housing Authority"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer-main" data-section="footer-main">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Properties",
|
||||
items: [
|
||||
{
|
||||
label: "Buy",
|
||||
href: "/properties",
|
||||
},
|
||||
{
|
||||
label: "Rent",
|
||||
href: "/properties",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Services", href: "/services" }] },
|
||||
{ title: "Properties", items: [{ label: "Buy", href: "/properties" }, { label: "Rent", href: "/properties" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Contact", href: "/contact" }] }
|
||||
]}
|
||||
logoText="Happy Homes"
|
||||
/>
|
||||
@@ -133,4 +73,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -7,37 +7,29 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Properties",
|
||||
id: "/properties",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Properties", id: "/properties" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Happy Homes"
|
||||
/>
|
||||
@@ -48,24 +40,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Buying Assistance",
|
||||
description: "Find your dream home with our vetted listings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Selling Strategy",
|
||||
description: "Maximize your property value in the current market.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fairytale-collection-houses_23-2147781002.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Investment Advisory",
|
||||
description: "Smart real estate investment opportunities in Mumbai.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-hotel_1150-10836.jpg?_wi=2",
|
||||
},
|
||||
{ id: 1, title: "Buying Assistance", description: "Find your dream home with our vetted listings.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg" },
|
||||
{ id: 2, title: "Selling Strategy", description: "Maximize your property value in the current market.", imageSrc: "http://img.b2bpic.net/free-vector/fairytale-collection-houses_23-2147781002.jpg" },
|
||||
{ id: 3, title: "Investment Advisory", description: "Smart real estate investment opportunities in Mumbai.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-hotel_1150-10836.jpg" }
|
||||
]}
|
||||
title="Our Expertise"
|
||||
description="Comprehensive real estate solutions tailored to your needs."
|
||||
@@ -81,38 +58,13 @@ export default function LandingPage() {
|
||||
description="Expert advice for every budget."
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Trial",
|
||||
price: "₹10k",
|
||||
subtitle: "Get started",
|
||||
buttons: [
|
||||
{
|
||||
text: "Join",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Consulting",
|
||||
"Analysis",
|
||||
],
|
||||
id: "basic", badge: "Trial", price: "₹10k", subtitle: "Get started", buttons: [{ text: "Join", href: "/contact" }],
|
||||
features: ["Consulting", "Analysis"]
|
||||
},
|
||||
{
|
||||
id: "full",
|
||||
badge: "Pro",
|
||||
price: "₹50k",
|
||||
subtitle: "Complete service",
|
||||
buttons: [
|
||||
{
|
||||
text: "Join",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Consulting",
|
||||
"Documentation",
|
||||
"Closing support",
|
||||
],
|
||||
},
|
||||
id: "full", badge: "Pro", price: "₹50k", subtitle: "Complete service", buttons: [{ text: "Join", href: "/contact" }],
|
||||
features: ["Consulting", "Documentation", "Closing support"]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,45 +72,9 @@ export default function LandingPage() {
|
||||
<div id="footer-main" data-section="footer-main">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Properties",
|
||||
items: [
|
||||
{
|
||||
label: "Buy",
|
||||
href: "/properties",
|
||||
},
|
||||
{
|
||||
label: "Rent",
|
||||
href: "/properties",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Services", href: "/services" }] },
|
||||
{ title: "Properties", items: [{ label: "Buy", href: "/properties" }, { label: "Rent", href: "/properties" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Contact", href: "/contact" }] }
|
||||
]}
|
||||
logoText="Happy Homes"
|
||||
/>
|
||||
@@ -166,4 +82,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user