From 69c69e2be0c12b7bd6ccfc497a624f0ebcf82c0b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 18:41:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 283 ++++++----------------------------------------- 1 file changed, 35 insertions(+), 248 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 95a5226..78311dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwen 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() { @@ -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 6–12 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 6–12 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" @@ -319,12 +145,10 @@ export default function LandingPage() {
console.log('Consultation requested:', email)} @@ -335,45 +159,8 @@ export default function LandingPage() { @@ -381,4 +168,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1