11 Commits

Author SHA1 Message Date
8530fb9d71 Merge version_5 into main
Merge version_5 into main
2026-04-28 11:17:55 +00:00
17b74759da Update src/app/page.tsx 2026-04-28 11:17:52 +00:00
3483ee82d7 Merge version_5 into main
Merge version_5 into main
2026-04-28 11:17:26 +00:00
c7faa2ecda Update src/app/page.tsx 2026-04-28 11:17:23 +00:00
1591f076b0 Merge version_4 into main
Merge version_4 into main
2026-04-28 11:12:42 +00:00
36681dcc25 Update theme colors 2026-04-28 11:12:39 +00:00
71d510b307 Merge version_3 into main
Merge version_3 into main
2026-04-28 11:12:36 +00:00
094c22dfa5 Update theme colors 2026-04-28 11:12:30 +00:00
285db8fc5d Merge version_2 into main
Merge version_2 into main
2026-04-28 11:07:16 +00:00
8901acdb81 Merge version_2 into main
Merge version_2 into main
2026-04-28 11:06:44 +00:00
4f0de6f6e0 Merge version_2 into main
Merge version_2 into main
2026-04-28 11:06:07 +00:00
2 changed files with 16 additions and 16 deletions

View File

@@ -46,9 +46,9 @@ export default function LandingPage() {
tagIcon={Sparkles}
buttons={[{ text: "Book a Visit", href: "contact" }]}
mediaItems={[
{ imageSrc: "https://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=1", imageAlt: "Luxurious room interior" },
{ imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg?_wi=1", imageAlt: "Building exterior" },
{ imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg", imageAlt: "Common area" }
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cz2kTHIdVehDy9IhNoLeOp4MQy/uploaded-1777375031181-4x4c989d.jpg?_wi=1", imageAlt: "Luxurious room interior" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cz2kTHIdVehDy9IhNoLeOp4MQy/uploaded-1777375031181-gb2g8mhj.jpg?_wi=1", imageAlt: "Building exterior" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cz2kTHIdVehDy9IhNoLeOp4MQy/uploaded-1777375031181-4qn1pu6b.jpg?_wi=1", imageAlt: "Common area" }
]}
mediaAnimation="slide-up"
/>
@@ -78,8 +78,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "High Speed Wi-Fi", description: "Uninterrupted connectivity for study and work.", imageSrc: "https://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=2" },
{ title: "Professional Housekeeping", description: "Regular cleaning services to keep your space pristine.", imageSrc: "https://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=3" }
{ title: "High Speed Wi-Fi", description: "Uninterrupted connectivity for study and work.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cz2kTHIdVehDy9IhNoLeOp4MQy/uploaded-1777375031181-4x4c989d.jpg?_wi=2" },
{ title: "Professional Housekeeping", description: "Regular cleaning services to keep your space pristine.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cz2kTHIdVehDy9IhNoLeOp4MQy/uploaded-1777375031181-gb2g8mhj.jpg?_wi=2" }
]}
/>
</div>
@@ -89,7 +89,7 @@ export default function LandingPage() {
title="Safety First Approach"
description="Your security is our top priority. We offer 24/7 biometric access, round-the-clock CCTV surveillance, and dedicated on-site security personnel to ensure complete peace of mind."
tag="Unmatched Security"
imageSrc="https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cz2kTHIdVehDy9IhNoLeOp4MQy/uploaded-1777375031181-4qn1pu6b.jpg?_wi=2"
useInvertedBackground={true}
/>
</div>
@@ -100,7 +100,7 @@ export default function LandingPage() {
description="Strategically located in the heart of Kirti Nagar, providing easy access to transport hubs, educational institutions, and shopping districts."
tag="Connectivity"
tagIcon={MapPin}
imageSrc="https://img.b2bpic.net/free-photo/shanghai-night-china_1127-3170.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cz2kTHIdVehDy9IhNoLeOp4MQy/uploaded-1777375031182-kdaj85rj.jpg"
useInvertedBackground={false}
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f5f5f5;
--foreground: #000000;
--primary-cta: #000000;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000000;
--accent: #e6e6e6;
--background-accent: #d0d0d0;
--background: #fcf6ec;
--card: #f3ede2;
--foreground: #2e2521;
--primary-cta: #2e2521;
--primary-cta-text: #fcf6ec;
--secondary-cta: #ffffff;
--secondary-cta-text: #2e2521;
--accent: #b2a28b;
--background-accent: #b2a28b;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);