2 Commits

Author SHA1 Message Date
09af44b487 Update src/app/page.tsx 2026-04-08 04:44:43 +00:00
c7d313a626 Merge version_1 into main
Merge version_1 into main
2026-04-08 04:42:41 +00:00

View File

@@ -31,25 +31,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Philosophy", name: "Philosophy", id: "about"},
id: "about",
},
{ {
name: "Collections", name: "Collections", id: "features"},
id: "features",
},
{ {
name: "Shop", name: "Shop", id: "products"},
id: "products",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Divine Room Essence" brandName="Divine Room Essence"
/> />
@@ -58,67 +48,44 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplit
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
title="Transform Your Space. Elevate Your Energy." title="Transform Your Space. Elevate Your Energy."
description="Your environment is a reflection of who you are. We curate pieces that help you recreate those viral Pinterest rooms effortlessly — making your sanctuary calming, inspiring, and beautifully you." description="Your environment is a reflection of who you are. We curate pieces that help you recreate those viral Pinterest rooms effortlessly — making your sanctuary calming, inspiring, and beautifully you."
buttons={[ buttons={[
{ {
text: "Shop Your Aesthetic", text: "Shop Your Aesthetic", href: "#products"},
href: "#products",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/modern-clean-interior-design_23-2151929382.jpg" imageSrc="http://img.b2bpic.net/free-photo/modern-clean-interior-design_23-2151929382.jpg"
imageAlt="Minimalist cozy room aesthetic" imageAlt="Minimalist cozy room aesthetic"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/fashion-apparel-designer-talking-phone-her-studio-chosing-textiles-her-new-collection-discussing-with-her-collaborator_197531-30736.jpg", src: "http://img.b2bpic.net/free-photo/fashion-apparel-designer-talking-phone-her-studio-chosing-textiles-her-new-collection-discussing-with-her-collaborator_197531-30736.jpg", alt: "Sarah J."},
alt: "Sarah J.",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-woman-excited-about-christmas-present-near-christmas-balls_114579-80751.jpg", src: "http://img.b2bpic.net/free-photo/young-woman-excited-about-christmas-present-near-christmas-balls_114579-80751.jpg", alt: "Mark D."},
alt: "Mark D.",
},
{ {
src: "http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-reading-book_23-2150037418.jpg", src: "http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-reading-book_23-2150037418.jpg", alt: "Emily R."},
alt: "Emily R.",
},
{ {
src: "http://img.b2bpic.net/free-photo/stylish-happy-lovely-young-woman-with-wavy-hairstyle-home-knitted-suit-is-holding-cup-with-tea-smiling-with-closed-eyes-kitchen_291650-1873.jpg", src: "http://img.b2bpic.net/free-photo/stylish-happy-lovely-young-woman-with-wavy-hairstyle-home-knitted-suit-is-holding-cup-with-tea-smiling-with-closed-eyes-kitchen_291650-1873.jpg", alt: "David K."},
alt: "David K.",
},
{ {
src: "http://img.b2bpic.net/free-photo/artist-creating-alternative-bedroom-pop-music_23-2149736757.jpg", src: "http://img.b2bpic.net/free-photo/artist-creating-alternative-bedroom-pop-music_23-2149736757.jpg", alt: "Chloe T."},
alt: "Chloe T.",
},
]} ]}
avatarText="Join 10k+ happy sanctuary owners" avatarText="Join 10k+ happy sanctuary owners"
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", type: "text-icon", text: "Minimalist Design", icon: Sparkles,
text: "Minimalist Design",
icon: Sparkles,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Curated Decor", icon: Leaf,
text: "Curated Decor",
icon: Leaf,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Effortless Style", icon: Zap,
text: "Effortless Style",
icon: Zap,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Cozy Atmosphere", icon: Coffee,
text: "Cozy Atmosphere",
icon: Coffee,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Personal Sanctuary", icon: Home,
text: "Personal Sanctuary",
icon: Home,
}, },
]} ]}
/> />
@@ -131,17 +98,11 @@ export default function LandingPage() {
description="The spaces we spend time in affect our mood, motivation, and confidence. A beautifully styled room can boost your productivity, help you unwind after long days, and turn everyday moments into aesthetic experiences." description="The spaces we spend time in affect our mood, motivation, and confidence. A beautifully styled room can boost your productivity, help you unwind after long days, and turn everyday moments into aesthetic experiences."
metrics={[ metrics={[
{ {
value: "95%", value: "95%", title: "Mood Improvement"},
title: "Mood Improvement",
},
{ {
value: "10k+", value: "10k+", title: "Happy Sanctuaries"},
title: "Happy Sanctuaries",
},
{ {
value: "24/7", value: "24/7", title: "Cozy Vibes"},
title: "Cozy Vibes",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/concentrated-businesswoman-working-office_23-2147601467.jpg" imageSrc="http://img.b2bpic.net/free-photo/concentrated-businesswoman-working-office_23-2147601467.jpg"
imageAlt="Beautifully styled room interior" imageAlt="Beautifully styled room interior"
@@ -158,23 +119,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Ambient Glow", title: "Ambient Glow", description: "Soft ambient lighting to set the mood instantly.", imageSrc: "http://img.b2bpic.net/free-photo/candle-glass-candlestick-with-cup-chair_23-2147955918.jpg?_wi=1", imageAlt: "Ambient lighting glow"},
description: "Soft ambient lighting to set the mood instantly.",
imageSrc: "http://img.b2bpic.net/free-photo/candle-glass-candlestick-with-cup-chair_23-2147955918.jpg?_wi=1",
imageAlt: "Ambient lighting glow",
},
{ {
title: "Personality Prints", title: "Personality Prints", description: "Wall art that reflects your unique style and vibe.", imageSrc: "http://img.b2bpic.net/free-photo/candle-glass-candlestick-with-cup-chair_23-2147955918.jpg?_wi=2", imageAlt: "Wall art print"},
description: "Wall art that reflects your unique style and vibe.",
imageSrc: "http://img.b2bpic.net/free-photo/candle-glass-candlestick-with-cup-chair_23-2147955918.jpg?_wi=2",
imageAlt: "Wall art print",
},
{ {
title: "Minimalist Lux", title: "Minimalist Lux", description: "Clean, understated decor for a refined space.", imageSrc: "http://img.b2bpic.net/free-photo/candle-glass-candlestick-with-cup-chair_23-2147955918.jpg?_wi=3", imageAlt: "Minimalist decor items"},
description: "Clean, understated decor for a refined space.",
imageSrc: "http://img.b2bpic.net/free-photo/candle-glass-candlestick-with-cup-chair_23-2147955918.jpg?_wi=3",
imageAlt: "Minimalist decor items",
},
]} ]}
title="Create Your Dream Pinterest Room" title="Create Your Dream Pinterest Room"
description="We curate the essential pieces that make it easy to achieve that 'effortlessly perfect' look you've saved countless times." description="We curate the essential pieces that make it easy to achieve that 'effortlessly perfect' look you've saved countless times."
@@ -189,47 +138,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "1", id: "1", name: "Sunset Glow Lamp", price: "$45", variant: "Ambient", imageSrc: "http://img.b2bpic.net/free-photo/candle-glass-candlestick-with-cup-chair_23-2147955918.jpg?_wi=4"},
name: "Sunset Glow Lamp",
price: "$45",
variant: "Ambient",
imageSrc: "http://img.b2bpic.net/free-photo/candle-glass-candlestick-with-cup-chair_23-2147955918.jpg?_wi=4",
},
{ {
id: "2", id: "2", name: "Minimalist Vibe Print", price: "$29", variant: "Wall Decor", imageSrc: "http://img.b2bpic.net/free-photo/candle-glass-candlestick-with-cup-chair_23-2147955918.jpg?_wi=5"},
name: "Minimalist Vibe Print",
price: "$29",
variant: "Wall Decor",
imageSrc: "http://img.b2bpic.net/free-photo/candle-glass-candlestick-with-cup-chair_23-2147955918.jpg?_wi=5",
},
{ {
id: "3", id: "3", name: "Velvet Throw Pillow", price: "$35", variant: "Textiles", imageSrc: "http://img.b2bpic.net/free-photo/candle-glass-candlestick-with-cup-chair_23-2147955918.jpg?_wi=6"},
name: "Velvet Throw Pillow",
price: "$35",
variant: "Textiles",
imageSrc: "http://img.b2bpic.net/free-photo/candle-glass-candlestick-with-cup-chair_23-2147955918.jpg?_wi=6",
},
{ {
id: "4", id: "4", name: "Ceramic Abstract Vase", price: "$52", variant: "Accent", imageSrc: "http://img.b2bpic.net/free-photo/candle-glass-candlestick-with-cup-chair_23-2147955918.jpg?_wi=7"},
name: "Ceramic Abstract Vase",
price: "$52",
variant: "Accent",
imageSrc: "http://img.b2bpic.net/free-photo/candle-glass-candlestick-with-cup-chair_23-2147955918.jpg?_wi=7",
},
{ {
id: "5", id: "5", name: "Soft LED Wall Kit", price: "$60", variant: "Lighting", imageSrc: "http://img.b2bpic.net/free-photo/candle-glass-candlestick-with-cup-chair_23-2147955918.jpg?_wi=8"},
name: "Soft LED Wall Kit",
price: "$60",
variant: "Lighting",
imageSrc: "http://img.b2bpic.net/free-photo/candle-glass-candlestick-with-cup-chair_23-2147955918.jpg?_wi=8",
},
{ {
id: "6", id: "6", name: "Boho Woven Mirror", price: "$75", variant: "Wall Decor", imageSrc: "http://img.b2bpic.net/free-photo/candle-glass-candlestick-with-cup-chair_23-2147955918.jpg?_wi=9"},
name: "Boho Woven Mirror",
price: "$75",
variant: "Wall Decor",
imageSrc: "http://img.b2bpic.net/free-photo/candle-glass-candlestick-with-cup-chair_23-2147955918.jpg?_wi=9",
},
]} ]}
title="Effortless Luxury, Affordable Finds" title="Effortless Luxury, Affordable Finds"
description="High-rated trending decor that actually looks expensive, without the massive budget." description="High-rated trending decor that actually looks expensive, without the massive budget."
@@ -243,59 +162,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah J.", role: "Creative", company: "Home Owner", rating: 5,
name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-apparel-designer-talking-phone-her-studio-chosing-textiles-her-new-collection-discussing-with-her-collaborator_197531-30736.jpg"},
role: "Creative",
company: "Home Owner",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fashion-apparel-designer-talking-phone-her-studio-chosing-textiles-her-new-collection-discussing-with-her-collaborator_197531-30736.jpg",
},
{ {
id: "2", id: "2", name: "Mark D.", role: "Architect", company: "Design Fan", rating: 5,
name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-excited-about-christmas-present-near-christmas-balls_114579-80751.jpg"},
role: "Architect",
company: "Design Fan",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-excited-about-christmas-present-near-christmas-balls_114579-80751.jpg",
},
{ {
id: "3", id: "3", name: "Emily R.", role: "Blogger", company: "Aesthetic Fan", rating: 5,
name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-reading-book_23-2150037418.jpg"},
role: "Blogger",
company: "Aesthetic Fan",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-reading-book_23-2150037418.jpg",
},
{ {
id: "4", id: "4", name: "David K.", role: "Dev", company: "Productivity Pro", rating: 5,
name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-happy-lovely-young-woman-with-wavy-hairstyle-home-knitted-suit-is-holding-cup-with-tea-smiling-with-closed-eyes-kitchen_291650-1873.jpg"},
role: "Dev",
company: "Productivity Pro",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-happy-lovely-young-woman-with-wavy-hairstyle-home-knitted-suit-is-holding-cup-with-tea-smiling-with-closed-eyes-kitchen_291650-1873.jpg",
},
{ {
id: "5", id: "5", name: "Chloe T.", role: "Designer", company: "Pinterest Addict", rating: 5,
name: "Chloe T.", imageSrc: "http://img.b2bpic.net/free-photo/artist-creating-alternative-bedroom-pop-music_23-2149736757.jpg"},
role: "Designer",
company: "Pinterest Addict",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/artist-creating-alternative-bedroom-pop-music_23-2149736757.jpg",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "500+", value: "500+", label: "Dream Rooms"},
label: "Dream Rooms",
},
{ {
value: "4.9/5", value: "4.9/5", label: "Avg Rating"},
label: "Avg Rating",
},
{ {
value: "100%", value: "100%", label: "Vibe Approved"},
label: "Vibe Approved",
},
]} ]}
title="Your Space, Your Energy" title="Your Space, Your Energy"
description="See why our community loves transforming their homes into personal sanctuaries." description="See why our community loves transforming their homes into personal sanctuaries."
@@ -306,17 +194,11 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
tag="Get Started" tag="Get Started"
title="Start Your Transformation" title="Start Your Transformation"
description="Your dream room isn't far away — it's just a few details away. Explore, get inspired, and shop your aesthetic today." description="Your dream room isn't far away — it's just a few details away. Explore, get inspired, and shop your aesthetic today."
buttons={[ buttons={[]}
{
text: "Contact Us",
href: "#",
},
]}
/> />
</div> </div>
@@ -326,50 +208,31 @@ export default function LandingPage() {
logoText="Divine Room Essence" logoText="Divine Room Essence"
columns={[ columns={[
{ {
title: "Shop", title: "Shop", items: [
items: [
{ {
label: "Lighting", label: "Lighting", href: "#products"},
href: "#products",
},
{ {
label: "Wall Decor", label: "Wall Decor", href: "#products"},
href: "#products",
},
{ {
label: "Accessories", label: "Accessories", href: "#products"},
href: "#products",
},
], ],
}, },
{ {
title: "Community", title: "Community", items: [
items: [
{ {
label: "Pinterest", label: "Pinterest", href: "#"},
href: "#",
},
{ {
label: "Instagram", label: "Instagram", href: "#"},
href: "#",
},
{ {
label: "Reviews", label: "Reviews", href: "#testimonials"},
href: "#testimonials",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}