Merge version_1 into main #1
240
src/app/page.tsx
240
src/app/page.tsx
@@ -31,32 +31,15 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "portfolio",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Portfolio", id: "portfolio" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Luxury Interiors"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,35 +47,15 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="Elevated Living in Poranki"
|
||||
description="Transforming spaces into timeless masterpieces with bespoke design, premium modular kitchens, and elegant furnishings tailored to your vision."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Project",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Start Your Project", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-blue-kitchen-with-copper-faucet-stylish-interior-featuring-wooden-countertop-decor_169016-72798.jpg"
|
||||
imageAlt="Luxury living room interior"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-kitchen-drawer-made-natural-wood-elegant-premium-interior-design_169016-72733.jpg",
|
||||
alt: "Modern kitchen drawer made of natural wood",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-kitchen-system-with-open-drawers_169016-72726.jpg",
|
||||
alt: "Modern kitchen system with open drawers",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dark-blue-kitchen-fronts-with-copper-handles-stylish-furniture-design-with-wooden-surface_169016-72784.jpg",
|
||||
alt: "Dark blue kitchen fronts with copper handles",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dark-blue-kitchen-cabinetry-with-glass-doors-elegant-interior-design-featuring-natural-wood_169016-72736.jpg",
|
||||
alt: "Dark blue kitchen cabinetry with glass doors",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199318.jpg",
|
||||
alt: "Interior design in neoclassical style",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/modern-kitchen-drawer-made-natural-wood-elegant-premium-interior-design_169016-72733.jpg", alt: "Modern kitchen drawer made of natural wood" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/modern-kitchen-system-with-open-drawers_169016-72726.jpg", alt: "Modern kitchen system with open drawers" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/dark-blue-kitchen-fronts-with-copper-handles-stylish-furniture-design-with-wooden-surface_169016-72784.jpg", alt: "Dark blue kitchen fronts with copper handles" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/dark-blue-kitchen-cabinetry-with-glass-doors-elegant-interior-design-featuring-natural-wood_169016-72736.jpg", alt: "Dark blue kitchen cabinetry with glass doors" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199318.jpg", alt: "Interior design in neoclassical style" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ homeowners"
|
||||
/>
|
||||
@@ -118,41 +81,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Interior Design",
|
||||
subtitle: "Full home transformation",
|
||||
category: "Consultancy",
|
||||
value: "Premium",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Modular Kitchens",
|
||||
subtitle: "Sleek and functional layouts",
|
||||
category: "Execution",
|
||||
value: "Modern",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
title: "False Ceilings",
|
||||
subtitle: "Elegant ambient lighting",
|
||||
category: "Detailing",
|
||||
value: "Sophisticated",
|
||||
},
|
||||
{
|
||||
id: "s4",
|
||||
title: "Office Interiors",
|
||||
subtitle: "Productive workspace design",
|
||||
category: "Corporate",
|
||||
value: "Professional",
|
||||
},
|
||||
{
|
||||
id: "s5",
|
||||
title: "Custom Furniture",
|
||||
subtitle: "Hand-crafted bespoke pieces",
|
||||
category: "Craftsmanship",
|
||||
value: "Unique",
|
||||
},
|
||||
{ id: "s1", title: "Interior Design", subtitle: "Full home transformation", category: "Consultancy", value: "Premium" },
|
||||
{ id: "s2", title: "Modular Kitchens", subtitle: "Sleek and functional layouts", category: "Execution", value: "Modern" },
|
||||
{ id: "s3", title: "False Ceilings", subtitle: "Elegant ambient lighting", category: "Detailing", value: "Sophisticated" },
|
||||
{ id: "s4", title: "Office Interiors", subtitle: "Productive workspace design", category: "Corporate", value: "Professional" },
|
||||
{ id: "s5", title: "Custom Furniture", subtitle: "Hand-crafted bespoke pieces", category: "Craftsmanship", value: "Unique" },
|
||||
]}
|
||||
title="Curated Services"
|
||||
description="Comprehensive design solutions tailored to your unique requirements and aesthetic preferences."
|
||||
@@ -166,42 +99,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Modern Living Room",
|
||||
price: "View Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sofa-living-room-decorated-with-brazilian-folklore-design_23-2150794087.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Modular Kitchen",
|
||||
price: "View Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/light-diagonal-handleless-drawer-blue-modern_169016-69049.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Luxury Bedroom",
|
||||
price: "View Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/halloween-altar-with-candles-witch-hat_23-2152015292.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Executive Office",
|
||||
price: "View Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Ceiling Design",
|
||||
price: "View Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-lighting-lamp-design_23-2151037502.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Bespoke Furniture",
|
||||
price: "View Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-marble-table_53876-71231.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Modern Living Room", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/sofa-living-room-decorated-with-brazilian-folklore-design_23-2150794087.jpg" },
|
||||
{ id: "p2", name: "Modular Kitchen", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/light-diagonal-handleless-drawer-blue-modern_169016-69049.jpg" },
|
||||
{ id: "p3", name: "Luxury Bedroom", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/halloween-altar-with-candles-witch-hat_23-2152015292.jpg" },
|
||||
{ id: "p4", name: "Executive Office", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg" },
|
||||
{ id: "p5", name: "Ceiling Design", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-lighting-lamp-design_23-2151037502.jpg" },
|
||||
{ id: "p6", name: "Bespoke Furniture", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/laptop-marble-table_53876-71231.jpg" },
|
||||
]}
|
||||
title="Design Portfolio"
|
||||
description="Explore our recent projects highlighting luxury aesthetics and precision execution."
|
||||
@@ -213,46 +116,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Excellence",
|
||||
quote: "Good Quality Work, Excellent Design Creative Thoughts",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-living-room-with-sofa-decorative-items_169016-5151.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Professional",
|
||||
quote: "Nice designs, well done Surendra Sir and Kalyani Mam.",
|
||||
name: "Priya Reddy",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160203.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Stunning",
|
||||
quote: "Transformative and elegant work on our kitchen.",
|
||||
name: "Suresh Varma",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-home-items-coziness-comfort-home_169016-4974.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Trusted",
|
||||
quote: "Reliable and highly creative design team.",
|
||||
name: "Ananya Rao",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160129.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Perfection",
|
||||
quote: "A truly 5-star experience with our office interiors.",
|
||||
name: "Kiran S.",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-kitchen-minimalist-style_169016-20010.jpg",
|
||||
},
|
||||
{ id: "t1", title: "Excellence", quote: "Good Quality Work, Excellent Design Creative Thoughts", name: "Rajesh Kumar", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/interior-living-room-with-sofa-decorative-items_169016-5151.jpg" },
|
||||
{ id: "t2", title: "Professional", quote: "Nice designs, well done Surendra Sir and Kalyani Mam.", name: "Priya Reddy", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160203.jpg" },
|
||||
{ id: "t3", title: "Stunning", quote: "Transformative and elegant work on our kitchen.", name: "Suresh Varma", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-home-items-coziness-comfort-home_169016-4974.jpg" },
|
||||
{ id: "t4", title: "Trusted", quote: "Reliable and highly creative design team.", name: "Ananya Rao", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160129.jpg" },
|
||||
{ id: "t5", title: "Perfection", quote: "A truly 5-star experience with our office interiors.", name: "Kiran S.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-kitchen-minimalist-style_169016-20010.jpg" },
|
||||
]}
|
||||
title="Client Experiences"
|
||||
description="Join our community of satisfied homeowners."
|
||||
@@ -264,21 +132,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do we start?",
|
||||
content: "Schedule an initial site visit for a consultation.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What is the timeline?",
|
||||
content: "Timeline varies by project size but we ensure timely delivery.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you provide modular kitchens?",
|
||||
content: "Yes, we specialize in high-end, functional modular kitchen solutions.",
|
||||
},
|
||||
{ id: "q1", title: "How do we start?", content: "Schedule an initial site visit for a consultation." },
|
||||
{ id: "q2", title: "What is the timeline?", content: "Timeline varies by project size but we ensure timely delivery." },
|
||||
{ id: "q3", title: "Do you provide modular kitchens?", content: "Yes, we specialize in high-end, functional modular kitchen solutions." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our design process."
|
||||
@@ -289,9 +145,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Let's Connect"
|
||||
title="Start Your Luxury Journey"
|
||||
description="Ready to design your dream space? Contact us via WhatsApp or submit an inquiry today."
|
||||
@@ -302,32 +156,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Luxury Interiors"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "Portfolio", href: "#portfolio" }, { label: "Services", href: "#services" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user