10 Commits

Author SHA1 Message Date
b546b80ff5 Update theme fonts 2026-05-06 18:58:37 +00:00
67e5edc9cd Update theme fonts 2026-05-06 18:58:36 +00:00
5281937b7a Update theme fonts 2026-05-06 18:57:30 +00:00
635493d8ea Update theme fonts 2026-05-06 18:57:30 +00:00
7e7251dca9 Update src/app/page.tsx 2026-05-06 18:52:37 +00:00
b4e2c99d17 Update src/app/page.tsx 2026-05-06 18:52:05 +00:00
32c03851f2 Merge version_3 into main
Merge version_3 into main
2026-05-06 18:50:58 +00:00
aa54b44644 Update src/app/page.tsx 2026-05-06 18:50:55 +00:00
3407ef0c19 Merge version_2 into main
Merge version_2 into main
2026-05-06 18:41:37 +00:00
69c69e2be0 Update src/app/page.tsx 2026-05-06 18:41:31 +00:00
3 changed files with 53 additions and 260 deletions

View File

@@ -7,6 +7,8 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { DM_Sans } from "next/font/google";
import { Public_Sans } from "next/font/google";
import { Lato } from "next/font/google";
@@ -21,9 +23,12 @@ export const metadata: Metadata = {
},
};
const dmSans = DM_Sans({
variable: "--font-dm-sans",
const lato = Lato({
variable: "--font-lato",
subsets: ["latin"],
weight: ["100", "300", "400", "700", "900"],
});
export default function RootLayout({
@@ -34,7 +39,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${dmSans.variable} antialiased`}>
<body className={`${lato.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -2,13 +2,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
@@ -31,26 +31,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Studio",
id: "about",
},
{
name: "Process",
id: "features",
},
{
name: "Portfolio",
id: "products",
},
{
name: "Consult",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Studio", id: "about" },
{ name: "Process", id: "features" },
{ name: "Portfolio", id: "products" },
{ name: "Contact", id: "contact" },
]}
brandName="Design Studio 9"
/>
@@ -58,60 +43,28 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="We Design Spaces That Tell Your Story"
description="Not just interiors—we craft meaningful, functional, and elegant living experiences that reflect who you are and how you want to live."
buttons={[
{
text: "Book Consultation on WhatsApp",
href: "https://wa.me/919876543210",
},
]}
buttons={[{ text: "Book Consultation on WhatsApp", href: "https://wa.me/919876543210" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/decorative-home-plant-vase-composition_23-2149090640.jpg",
imageAlt: "Luxury living space",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185016.jpg",
imageAlt: "Modern kitchen",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-perspective-waiting-room_122409-38.jpg",
imageAlt: "Architectural detail",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-arrangement_23-2149090587.jpg",
imageAlt: "Home plant in vase decoration arrangement",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-assortment_23-2149090612.jpg",
imageAlt: "Home plant in vase decoration assortment",
},
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Czi8FgqXRNW451ViV46ik95mVX/uploaded-1778092877841-t3mmn9gz.jpg", imageAlt: "Studio Interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185016.jpg", imageAlt: "Modern kitchen" },
{ imageSrc: "http://img.b2bpic.net/free-photo/low-angle-perspective-waiting-room_122409-38.jpg", imageAlt: "Architectural detail" },
]}
mediaAnimation="blur-reveal"
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
<InlineImageSplitTextAbout
useInvertedBackground={false}
title="Crafting Emotional Sophistication"
description="Design Studio 9 bridges the gap between architectural precision and personal narrative. Led by Principal Designer Pamelaa Singh Dev, we create homes that evoke pride, comfort, and unmatched luxury."
metrics={[
{
value: "100+",
title: "Projects Completed",
},
{
value: "20L+",
title: "Avg Project Value",
},
heading={[
{ type: 'text', content: "Led by Principal Designer " },
{ type: 'text', content: "Ar. Pamelaa Singh Dev" },
{ type: 'text', content: ", Design Studio 9 (Architects- PDCO) brings 25 years of excellence to every project." }
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-interior-design-project_23-2150346546.jpg"
mediaAnimation="slide-up"
className="py-20"
/>
</div>
@@ -122,27 +75,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
features={[
{
title: "Bespoke Architecture",
description: "Tailored structural and spatial planning for your unique lifestyle.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-modern-armchair_23-2148238566.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/decorative-vinyls-arrangement_23-2149728632.jpg",
buttonText: "View Process",
},
{
title: "Curated Interiors",
description: "Hand-picked textures, materials, and furniture for true luxury.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-palette-brush-painting_171337-10967.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/front-view-black-gold-lamp-designed-decorated-exquisite-white-background_140725-15866.jpg",
buttonText: "View Process",
},
{
title: "Turnkey Execution",
description: "Flawless site management and project delivery by our expert team.",
imageSrc: "http://img.b2bpic.net/free-photo/light-wood-wall-design_53876-75115.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/still-life-object_1122-1808.jpg",
buttonText: "View Process",
},
{ title: "Bespoke Architecture", description: "Tailored structural and spatial planning for your unique lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-modern-armchair_23-2148238566.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/decorative-vinyls-arrangement_23-2149728632.jpg", buttonText: "View Process" },
{ title: "Curated Interiors", description: "Hand-picked textures, materials, and furniture for true luxury.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-palette-brush-painting_171337-10967.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/front-view-black-gold-lamp-designed-decorated-exquisite-white-background_140725-15866.jpg", buttonText: "View Process" },
{ title: "Turnkey Execution", description: "Flawless site management and project delivery by our expert team.", imageSrc: "http://img.b2bpic.net/free-photo/light-wood-wall-design_53876-75115.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/still-life-object_1122-1808.jpg", buttonText: "View Process" },
]}
title="Our Design Ethos"
description="A refined process built for high-end residential excellence."
@@ -155,21 +90,9 @@ export default function LandingPage() {
title="The Impact of Excellence"
tag="Trusted Quality"
metrics={[
{
id: "m1",
value: "95%",
description: "Client Referral Rate",
},
{
id: "m2",
value: "4.9/5",
description: "Quality Satisfaction",
},
{
id: "m3",
value: "10y",
description: "Studio Experience",
},
{ id: "m1", value: "95%", description: "Client Referral Rate" },
{ id: "m2", value: "4.9/5", description: "Quality Satisfaction" },
{ id: "m3", value: "25y", description: "Studio Experience" },
]}
/>
</div>
@@ -180,41 +103,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Aakash Mehta",
handle: "Business Owner",
testimonial: "Studio 9 didn't just redesign our home; they redesigned how we experience our daily lives.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-blonde-curly-lady-trendy-silk-black-home-suit-smiles-widely-looks-into-camera-holds-l_197531-33672.jpg",
},
{
id: "t2",
name: "Priya Sharma",
handle: "Developer",
testimonial: "The most professional and reliable team for high-end residential interiors. Absolute perfection.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg",
},
{
id: "t3",
name: "Vikram Seth",
handle: "Professional",
testimonial: "Attention to detail beyond what I expected. Truly a luxury design authority.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280708.jpg",
},
{
id: "t4",
name: "Anita Rao",
handle: "Creative Director",
testimonial: "Minimalist yet deeply emotional. They managed the entire execution effortlessly.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-installing-lamp_23-2147782381.jpg",
},
{
id: "t5",
name: "Siddharth K.",
handle: "Entrepreneur",
testimonial: "A seamless blend of aesthetics and logic. Extremely satisfied.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg",
},
{ id: "t1", name: "Aakash Mehta", handle: "Business Owner", testimonial: "Studio 9 didn't just redesign our home; they redesigned how we experience our daily lives.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-blonde-curly-lady-trendy-silk-black-home-suit-smiles-widely-looks-into-camera-holds-l_197531-33672.jpg" },
{ id: "t2", name: "Priya Sharma", handle: "Developer", testimonial: "The most professional and reliable team for high-end residential interiors. Absolute perfection.", imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg" },
{ id: "t3", name: "Vikram Seth", handle: "Professional", testimonial: "Attention to detail beyond what I expected. Truly a luxury design authority.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280708.jpg" },
]}
title="Voices of Distinction"
description="What our clients say about our approach."
@@ -228,60 +119,8 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Studio 9",
name: "Modern Minimalist Villa",
price: "₹45L",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/living-room-items_23-2148848668.jpg",
},
{
id: "p2",
brand: "Studio 9",
name: "Grand Bespoke Kitchen",
price: "₹22L",
rating: 5,
reviewCount: "8",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976546.jpg",
},
{
id: "p3",
brand: "Studio 9",
name: "Contemporary Penthouse",
price: "₹35L",
rating: 5,
reviewCount: "15",
imageSrc: "http://img.b2bpic.net/free-photo/decor-relax-pillow-room-interior_1203-4877.jpg",
},
{
id: "p4",
brand: "Studio 9",
name: "Luxury Home Office",
price: "₹20L",
rating: 5,
reviewCount: "5",
imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-place-cooking-extractor-stove_169016-19751.jpg",
},
{
id: "p5",
brand: "Studio 9",
name: "Architectural Foyer",
price: "₹25L",
rating: 5,
reviewCount: "7",
imageSrc: "http://img.b2bpic.net/free-photo/cup-milk-tea-eyeglasses-black-table-curtain_53876-65282.jpg",
},
{
id: "p6",
brand: "Studio 9",
name: "Private Cinema Lounge",
price: "₹28L",
rating: 5,
reviewCount: "9",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976580.jpg",
},
{ id: "p1", brand: "Studio 9", name: "Modern Minimalist Villa", price: "₹45L", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/living-room-items_23-2148848668.jpg" },
{ id: "p2", brand: "Studio 9", name: "Grand Bespoke Kitchen", price: "₹22L", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976546.jpg" },
]}
title="Selected Works"
description="A glimpse into our curated interior and architectural portfolio."
@@ -293,21 +132,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "What is the project timeline?",
content: "Our projects typically take 612 months depending on the scope of architectural and interior requirements.",
},
{
id: "f2",
title: "What does your consultation cover?",
content: "We cover vision setting, budget estimation, and design possibility assessments tailored to your lifestyle.",
},
{
id: "f3",
title: "How do you handle budget projects?",
content: "We pride ourselves on high-budget transparency, ensuring ₹20L+ projects maintain premium quality and value.",
},
{ id: "f1", title: "What is the project timeline?", content: "Our projects typically take 612 months depending on scope." },
{ id: "f2", title: "What does your consultation cover?", content: "Vision setting and budget estimation." },
]}
imageSrc="http://img.b2bpic.net/free-photo/interior-building-with-glass-wall_400718-50.jpg"
title="Frequently Asked Design Questions"
@@ -317,17 +143,16 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplit
<ContactCTA
tag="Connect with Us"
title="Start Your Luxury Home Journey"
description="Design Studio 9, B8, Pocket C, Mayfield Garden, Sector 50, Gurugram. Reach out via WhatsApp or Email to begin."
buttons={[
{ text: "Start on WhatsApp", href: "https://wa.me/919876543210" },
{ text: "Email Us", href: "mailto:info@designstudio9.com" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
background={{
variant: "plain",
}}
tag="Get Started"
title="Begin Your Design Story"
description="Let's discuss how we can transform your space into a reflection of who you are."
imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283234.jpg"
buttonText="Connect on WhatsApp"
onSubmit={(email) => console.log('Consultation requested:', email)}
/>
</div>
@@ -335,45 +160,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Design Studio 9"
columns={[
{
title: "Studio",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Portfolio",
href: "#products",
},
],
},
{
title: "Connect",
items: [
{
label: "WhatsApp Consultation",
href: "https://wa.me/919876543210",
},
{
label: "Instagram",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ title: "Studio", items: [{ label: "About Us", href: "#about" }, { label: "Portfolio", href: "#products" }] },
{ title: "Connect", items: [{ label: "WhatsApp", href: "https://wa.me/919876543210" }, { label: "Instagram", href: "https://instagram.com/designstudio9" }] },
]}
copyrightText="© 2025 Design Studio 9. All Rights Reserved."
/>
@@ -381,4 +169,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-dm-sans), sans-serif;
font-family: var(--font-lato), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-dm-sans), sans-serif;
font-family: var(--font-lato), sans-serif;
}