Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-04-25 10:17:04 +00:00

View File

@@ -12,6 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TextAbout from '@/components/sections/about/TextAbout';
import { CheckCircle } from 'lucide-react';
export default function LandingPage() {
return (
@@ -32,27 +33,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Portfolio",
id: "#portfolio",
},
name: "Portfolio", id: "#portfolio"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Bhavin Purohit"
button={{
text: "Consultation",
href: "#contact",
}}
text: "Consultation", href: "#contact"}}
/>
</div>
@@ -62,74 +53,40 @@ export default function LandingPage() {
description="Bhavin Purohit delivers bespoke interior design solutions that harmonize organic textures with refined, modern living."
testimonials={[
{
name: "Elena Vance",
handle: "@elena",
testimonial: "Transformative design that perfectly captured our vision.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-with-arms-crossed_23-2148170961.jpg?_wi=1",
},
name: "Elena Vance", handle: "@elena", testimonial: "Transformative design that perfectly captured our vision.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-with-arms-crossed_23-2148170961.jpg"},
{
name: "Marcello Conti",
handle: "@mconti",
testimonial: "Sophisticated, warm, and utterly timeless.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-desk_23-2148131655.jpg?_wi=1",
},
name: "Marcello Conti", handle: "@mconti", testimonial: "Sophisticated, warm, and utterly timeless.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-desk_23-2148131655.jpg"},
{
name: "Sarah Chen",
handle: "@schen",
testimonial: "Bhavin's attention to detail is truly unparalleled.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-looking-away-from-camera_23-2148323501.jpg",
},
name: "Sarah Chen", handle: "@schen", testimonial: "Bhavin's attention to detail is truly unparalleled.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-looking-away-from-camera_23-2148323501.jpg"},
{
name: "Julian Rossi",
handle: "@jrossi",
testimonial: "The best studio for modern organic aesthetics.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-angry-expression_1194-3931.jpg",
},
name: "Julian Rossi", handle: "@jrossi", testimonial: "The best studio for modern organic aesthetics.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-angry-expression_1194-3931.jpg"},
{
name: "Amina Okafor",
handle: "@aokafor",
testimonial: "An incredible experience from concept to completion.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3569.jpg",
},
name: "Amina Okafor", handle: "@aokafor", testimonial: "An incredible experience from concept to completion.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3569.jpg"},
]}
tag="Interior Design Studio"
buttons={[
{
text: "View Portfolio",
href: "#portfolio",
},
text: "View Portfolio", href: "#portfolio"},
{
text: "Inquire",
href: "#contact",
},
text: "Inquire", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/view-beautifully-decorated-green-kitchen_23-2150165531.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/view-beautifully-decorated-green-kitchen_23-2150165531.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-984.jpg",
alt: "Portrait 1",
},
src: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-984.jpg", alt: "Portrait 1"},
{
src: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-headset_74855-2661.jpg",
alt: "Portrait 2",
},
src: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-headset_74855-2661.jpg", alt: "Portrait 2"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-standing-by-cafe_1303-29687.jpg",
alt: "Portrait 3",
},
src: "http://img.b2bpic.net/free-photo/young-woman-standing-by-cafe_1303-29687.jpg", alt: "Portrait 3"},
{
src: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204684.jpg",
alt: "Portrait 4",
},
src: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204684.jpg", alt: "Portrait 4"},
{
src: "http://img.b2bpic.net/free-photo/modern-businesswoman-looking-away_23-2148452654.jpg",
alt: "Portrait 5",
},
src: "http://img.b2bpic.net/free-photo/modern-businesswoman-looking-away_23-2148452654.jpg", alt: "Portrait 5"},
]}
avatarText="Trusted by 50+ clients"
/>
@@ -141,9 +98,7 @@ export default function LandingPage() {
title="Our philosophy is rooted in the quiet beauty of nature and the precision of modern architecture."
buttons={[
{
text: "Read Our Story",
href: "#about",
},
text: "Read Our Story", href: "#about"},
]}
/>
</div>
@@ -155,59 +110,44 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Residential Interiors",
description: "Creating homes that reflect your essence.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement-with-tea_23-2150326119.jpg",
},
title: "Residential Interiors", description: "Creating homes that reflect your essence.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement-with-tea_23-2150326119.jpg"},
items: [
{
text: "Spatial Planning",
text: "Spatial Planning", icon: CheckCircle
},
{
text: "Material Curation",
text: "Material Curation", icon: CheckCircle
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-green-kitchen_23-2150165531.jpg?_wi=2",
imageAlt: "modern minimalist bedroom interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-green-kitchen_23-2150165531.jpg", imageAlt: "modern minimalist bedroom interior"},
{
title: "Commercial Spaces",
description: "Design that fosters productivity and soul.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/empty-conference-room-with-copy-space_23-2148727496.jpg",
},
title: "Commercial Spaces", description: "Design that fosters productivity and soul.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/empty-conference-room-with-copy-space_23-2148727496.jpg"},
items: [
{
text: "Concept Strategy",
text: "Concept Strategy", icon: CheckCircle
},
{
text: "Lighting Design",
text: "Lighting Design", icon: CheckCircle
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-with-arms-crossed_23-2148170961.jpg?_wi=2",
imageAlt: "modern minimalist bedroom interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-with-arms-crossed_23-2148170961.jpg", imageAlt: "modern minimalist bedroom interior"},
{
title: "Consultations",
description: "Personalized advice for your unique vision.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-woman-with-laptop_23-2149361933.jpg",
},
title: "Consultations", description: "Personalized advice for your unique vision.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-woman-with-laptop_23-2149361933.jpg"},
items: [
{
text: "Palette Selection",
text: "Palette Selection", icon: CheckCircle
},
{
text: "Furniture Sourcing",
text: "Furniture Sourcing", icon: CheckCircle
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-desk_23-2148131655.jpg?_wi=2",
imageAlt: "modern minimalist bedroom interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-desk_23-2148131655.jpg", imageAlt: "modern minimalist bedroom interior"},
]}
title="Bespoke Design Services"
description="Tailored solutions for residential and boutique commercial spaces."
@@ -218,50 +158,21 @@ export default function LandingPage() {
<ProductCardFour
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Minimalist Loft",
price: "Residential",
variant: "Project",
imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899446.jpg",
},
id: "p1", name: "Minimalist Loft", price: "Residential", variant: "Project", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899446.jpg"},
{
id: "p2",
name: "Organic Villa",
price: "Residential",
variant: "Project",
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263616.jpg",
},
id: "p2", name: "Organic Villa", price: "Residential", variant: "Project", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263616.jpg"},
{
id: "p3",
name: "Artisan Café",
price: "Commercial",
variant: "Project",
imageSrc: "http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg",
},
id: "p3", name: "Artisan Café", price: "Commercial", variant: "Project", imageSrc: "http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg"},
{
id: "p4",
name: "Zen Sanctuary",
price: "Residential",
variant: "Project",
imageSrc: "http://img.b2bpic.net/free-photo/3d-tree-with-leaves-branches-podium_23-2150697880.jpg",
},
id: "p4", name: "Zen Sanctuary", price: "Residential", variant: "Project", imageSrc: "http://img.b2bpic.net/free-photo/3d-tree-with-leaves-branches-podium_23-2150697880.jpg"},
{
id: "p5",
name: "Executive Suite",
price: "Commercial",
variant: "Project",
imageSrc: "http://img.b2bpic.net/free-photo/senior-therapist-waiting-clients_482257-119220.jpg",
},
id: "p5", name: "Executive Suite", price: "Commercial", variant: "Project", imageSrc: "http://img.b2bpic.net/free-photo/senior-therapist-waiting-clients_482257-119220.jpg"},
{
id: "p6",
name: "Urban Retreat",
price: "Residential",
variant: "Project",
imageSrc: "http://img.b2bpic.net/free-photo/sofa-christmas-trees-background-brick-wall-house-exterior_169016-19391.jpg",
},
id: "p6", name: "Urban Retreat", price: "Residential", variant: "Project", imageSrc: "http://img.b2bpic.net/free-photo/sofa-christmas-trees-background-brick-wall-house-exterior_169016-19391.jpg"},
]}
title="Curated Projects"
description="Select highlights from our recent design journeys."
@@ -275,26 +186,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "120+",
title: "Projects Completed",
description: "From vision to final detail.",
imageSrc: "http://img.b2bpic.net/free-photo/stationery-glasses-lying-blueprint_23-2147831896.jpg",
},
id: "m1", value: "120+", title: "Projects Completed", description: "From vision to final detail.", imageSrc: "http://img.b2bpic.net/free-photo/stationery-glasses-lying-blueprint_23-2147831896.jpg"},
{
id: "m2",
value: "45+",
title: "Client Partners",
description: "Long-term relationships built.",
imageSrc: "http://img.b2bpic.net/free-photo/skilled-leader-meeting-strategizing-with-stakeholders-discuss-ideas_482257-118713.jpg",
},
id: "m2", value: "45+", title: "Client Partners", description: "Long-term relationships built.", imageSrc: "http://img.b2bpic.net/free-photo/skilled-leader-meeting-strategizing-with-stakeholders-discuss-ideas_482257-118713.jpg"},
{
id: "m3",
value: "15",
title: "Industry Awards",
description: "Celebrating excellence in design.",
imageSrc: "http://img.b2bpic.net/free-photo/winner-concept-with-swimmers-prize_23-2149059628.jpg",
},
id: "m3", value: "15", title: "Industry Awards", description: "Celebrating excellence in design.", imageSrc: "http://img.b2bpic.net/free-photo/winner-concept-with-swimmers-prize_23-2149059628.jpg"},
]}
title="Design Impact"
description="Quantifying the value of purposeful design."
@@ -308,40 +204,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah",
handle: "@sarah",
testimonial: "Exceptional vision and execution.",
imageSrc: "http://img.b2bpic.net/free-photo/charming-young-woman-with-flower_23-2148001723.jpg",
},
id: "t1", name: "Sarah", handle: "@sarah", testimonial: "Exceptional vision and execution.", imageSrc: "http://img.b2bpic.net/free-photo/charming-young-woman-with-flower_23-2148001723.jpg"},
{
id: "t2",
name: "Mark",
handle: "@mark",
testimonial: "Professionalism at every step.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-holding-his-arms-crossed_23-2148737964.jpg",
},
id: "t2", name: "Mark", handle: "@mark", testimonial: "Professionalism at every step.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-holding-his-arms-crossed_23-2148737964.jpg"},
{
id: "t3",
name: "Julie",
handle: "@julie",
testimonial: "Bhavin is a creative visionary.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-copy-space_23-2148478313.jpg",
},
id: "t3", name: "Julie", handle: "@julie", testimonial: "Bhavin is a creative visionary.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-copy-space_23-2148478313.jpg"},
{
id: "t4",
name: "David",
handle: "@david",
testimonial: "Stunning results, highly recommended.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-orange-background_23-2149020040.jpg",
},
id: "t4", name: "David", handle: "@david", testimonial: "Stunning results, highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-orange-background_23-2149020040.jpg"},
{
id: "t5",
name: "Elena",
handle: "@elena",
testimonial: "The best studio experience ever.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-dark-haired-woman-home-light-room-beautiful-female-looking-camera-with-calm-facial-expression-wearing-white-shirt-indoor-shot_176532-15018.jpg",
},
id: "t5", name: "Elena", handle: "@elena", testimonial: "The best studio experience ever.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-dark-haired-woman-home-light-room-beautiful-female-looking-camera-with-calm-facial-expression-wearing-white-shirt-indoor-shot_176532-15018.jpg"},
]}
title="Client Voices"
description="Hear what our partners have to say about our studio."
@@ -353,20 +224,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "How long do projects take?",
content: "Each journey is unique, typically 4-8 months.",
},
id: "f1", title: "How long do projects take?", content: "Each journey is unique, typically 4-8 months."},
{
id: "f2",
title: "Do you work remotely?",
content: "Yes, we offer digital consultations globally.",
},
id: "f2", title: "Do you work remotely?", content: "Yes, we offer digital consultations globally."},
{
id: "f3",
title: "What is your design style?",
content: "Warm Minimalism mixed with Organic Modernism.",
},
id: "f3", title: "What is your design style?", content: "Warm Minimalism mixed with Organic Modernism."},
]}
sideTitle="Common Inquiries"
faqsAnimation="slide-up"
@@ -380,22 +242,14 @@ export default function LandingPage() {
description="Reach out to discuss your next project."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
name: "msg",
placeholder: "Tell us about your project",
rows: 4,
name: "msg", placeholder: "Tell us about your project", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200309.jpg"
/>
@@ -407,25 +261,17 @@ export default function LandingPage() {
{
items: [
{
label: "Portfolio",
href: "#portfolio",
},
label: "Portfolio", href: "#portfolio"},
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
],
},
{
items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
]}