9 Commits

Author SHA1 Message Date
e8349c91d0 Merge version_2 into main
Merge version_2 into main
2026-06-01 07:54:29 +00:00
069817c607 Update src/app/page.tsx 2026-06-01 07:54:26 +00:00
07d7f961c9 Merge version_2 into main
Merge version_2 into main
2026-06-01 07:25:54 +00:00
ba23840003 Update src/app/styles/variables.css 2026-06-01 07:25:48 +00:00
248f93fd0f Update src/app/styles/base.css 2026-06-01 07:25:47 +00:00
ffcb5b3fca Update src/app/page.tsx 2026-06-01 07:25:47 +00:00
c0b662ae36 Merge version_1 into main
Merge version_1 into main
2026-06-01 07:16:26 +00:00
4da124a8e1 Merge version_1 into main
Merge version_1 into main
2026-06-01 07:15:27 +00:00
8afadbcb79 Merge version_1 into main
Merge version_1 into main
2026-06-01 07:14:37 +00:00
3 changed files with 21 additions and 19 deletions

View File

@@ -96,8 +96,8 @@ export default function LandingPage() {
{
src: "http://img.b2bpic.net/free-photo/front-view-young-professional-real-estate-agent-siting-office-looking-camera_23-2148182977.jpg", alt: "Client 5"},
]}
imageSrc="http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920946.jpg"
videoSrc="http://img.b2bpic.net/free-photo/aerial-photography-chinese-city_1127-3041.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWcN5Gh9DeLvOS4Rrxurw0qb8v/uploaded-1780298612639-gawvknmr.jpg"
videoSrc="https://img.b2bpic.net/premium-photo/architecture-high-drone-building-urban-landscape_705284-51416.jpg?id=243293000"
imageAlt="Luxury villa in Kolhapur"
mediaAnimation="opacity"
marqueeItems={[
@@ -152,15 +152,15 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "prop-1", name: "Luxurious Villa Estate", price: "₹ 5.5 Cr", imageSrc: "http://img.b2bpic.net/free-photo/italy-architecture-outdoor-landmark-europe_1203-6325.jpg", imageAlt: "Luxury Villa"},
id: "prop-1", name: "Luxurious Villa Estate", price: "₹ 5.5 Cr", imageSrc: "https://img.b2bpic.net/free-photo/city-sunset_1127-4143.jpg?id=1287270", imageAlt: "Luxury Villa"},
{
id: "prop-2", name: "Elite City Apartment", price: "₹ 1.8 Cr", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-island-armchair-stylish-open-space-home-design_169016-72732.jpg", imageAlt: "Elite Apartment"},
id: "prop-2", name: "Elite City Apartment", price: "₹ 1.8 Cr", imageSrc: "https://img.b2bpic.net/free-photo/city-sunset_1127-4143.jpg?id=1287270", imageAlt: "Elite Apartment"},
{
id: "prop-3", name: "Prime Residential Plot", price: "₹ 75 Lac", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-landscape-with-plantations-trees-cloudy-sky_181624-44866.jpg", imageAlt: "Residential Plot"},
id: "prop-3", name: "Prime Residential Plot", price: "₹ 75 Lac", imageSrc: "https://img.b2bpic.net/free-photo/old-buildings-port-evening_1268-14340.jpg?id=8269243", imageAlt: "Residential Plot"},
{
id: "prop-4", name: "Commercial Office Space", price: "₹ 3.2 Cr", imageSrc: "http://img.b2bpic.net/free-photo/corporate-businesswoman-beige-suit-silhouette-young-corporate-woman-with-documents-laptop_1258-119507.jpg", imageAlt: "Commercial Office"},
id: "prop-4", name: "Commercial Office Space", price: "₹ 3.2 Cr", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWcN5Gh9DeLvOS4Rrxurw0qb8v/uploaded-1780298612640-smz7w5ih.jpg", imageAlt: "Commercial Office"},
{
id: "prop-5", name: "Seaside View Mansion", price: "₹ 8.0 Cr", imageSrc: "http://img.b2bpic.net/free-photo/empty-peaceful-place-outdoors_23-2148739339.jpg", imageAlt: "Seaside Mansion"},
id: "prop-5", name: "Seaside View Mansion", price: "₹ 8.0 Cr", imageSrc: "https://img.b2bpic.net/free-photo/old-buildings-port-evening_1268-14340.jpg?id=8269243", imageAlt: "Seaside Mansion"},
{
id: "prop-6", name: "Downtown Penthouse", price: "₹ 2.5 Cr", imageSrc: "http://img.b2bpic.net/free-photo/shanghai-urban-architecture_649448-3263.jpg", imageAlt: "Downtown Penthouse"},
]}
@@ -209,7 +209,7 @@ export default function LandingPage() {
metrics={[
{
id: "m1", icon: Users,
title: "Happy Clients", value: "137+"},
title: "Happy Clients", value: "500+"},
{
id: "m2", icon: Star,
title: "Star Rating", value: "4.9"},
@@ -341,9 +341,11 @@ export default function LandingPage() {
]}
logoText="Vishal Real Estate Kolhapur"
copyrightText="© 2024 Vishal Real Estate Kolhapur. All rights reserved."
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWcN5Gh9DeLvOS4Rrxurw0qb8v/uploaded-1780298612639-gawvknmr.jpg"
logoAlt="Vishal Real Estate Kolhapur Logo"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-montserrat), sans-serif;
font-family: var(--font-libre-baskerville), serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0B1220;
--card: #111827;
--foreground: #FFFFFF;
--primary-cta: #D4AF37;
--primary-cta-text: #0B1220;
--secondary-cta: #111827;
--secondary-cta-text: #FFFFFF;
--accent: #D4AF37;
--background-accent: #111827;
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #cee7ff;
--primary-cta-text: #000000;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #CEE7FF;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);