Merge version_1 into main #1
239
src/app/page.tsx
239
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Lumina Home"
|
||||
/>
|
||||
@@ -58,35 +50,15 @@ export default function LandingPage() {
|
||||
description="Crafting timeless furniture for the modern home. Sustainable materials meet artisan precision."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Collection", href: "#products"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lit-lamp-sofa-with-some-cushions_1203-542.jpg",
|
||||
imageAlt: "Slide 1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/background-zoom-calls-with-chair-plant_23-2149684454.jpg",
|
||||
imageAlt: "Slide 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/keto-diet-food-still-life_23-2149278985.jpg",
|
||||
imageAlt: "Slide 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-object_1122-1808.jpg",
|
||||
imageAlt: "Slide 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5968.jpg",
|
||||
imageAlt: "Slide 5",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoors-table-ocean-beach-background_53876-23233.jpg",
|
||||
imageAlt: "Slide 6",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/lit-lamp-sofa-with-some-cushions_1203-542.jpg", imageAlt: "Slide 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/background-zoom-calls-with-chair-plant_23-2149684454.jpg", imageAlt: "Slide 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/keto-diet-food-still-life_23-2149278985.jpg", imageAlt: "Slide 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-object_1122-1808.jpg", imageAlt: "Slide 4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5968.jpg", imageAlt: "Slide 5" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/outdoors-table-ocean-beach-background_53876-23233.jpg", imageAlt: "Slide 6" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,19 +67,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Legacy of ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-carpenter-working-with-wood_1157-26131.jpg",
|
||||
alt: "Craftsmanship",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " Craftsmanship",
|
||||
},
|
||||
{ type: "text", content: "Our Legacy of " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/handsome-carpenter-working-with-wood_1157-26131.jpg", alt: "Craftsmanship" },
|
||||
{ type: "text", content: " Craftsmanship" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,27 +79,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Design",
|
||||
title: "Dining Essentials",
|
||||
subtitle: "Crafted Oak",
|
||||
description: "Beautiful dining sets for everyday gatherings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378910.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Comfort",
|
||||
title: "Living Spaces",
|
||||
subtitle: "Plush Fabric",
|
||||
description: "Luxurious seating designed for ultimate comfort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-chair_74190-2075.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Storage",
|
||||
title: "Bedroom Storage",
|
||||
subtitle: "Modern Wood",
|
||||
description: "Organized elegance for your personal sanctuary.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/maximalist-interior-design_23-2151898542.jpg",
|
||||
},
|
||||
{ tag: "Design", title: "Dining Essentials", subtitle: "Crafted Oak", description: "Beautiful dining sets for everyday gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378910.jpg" },
|
||||
{ tag: "Comfort", title: "Living Spaces", subtitle: "Plush Fabric", description: "Luxurious seating designed for ultimate comfort.", imageSrc: "http://img.b2bpic.net/free-photo/empty-chair_74190-2075.jpg" },
|
||||
{ tag: "Storage", title: "Bedroom Storage", subtitle: "Modern Wood", description: "Organized elegance for your personal sanctuary.", imageSrc: "http://img.b2bpic.net/free-photo/maximalist-interior-design_23-2151898542.jpg" },
|
||||
]}
|
||||
title="Featured Collections"
|
||||
description="Explore our hand-selected furniture designed to elevate your living spaces with character and comfort."
|
||||
@@ -151,42 +95,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Minimalist Armchair",
|
||||
price: "$899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sexy-blond-female-black-costume-sits-round-black-chair-empty-room_613910-336.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Oak Workspace Desk",
|
||||
price: "$1250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-dining-room-interior-design-with-ceiling-lamps_53876-128669.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Floating Wall Shelf",
|
||||
price: "$145",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-plant-decoration-arrangement-with-copy-space_23-2149090588.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Plush Fabric Sofa",
|
||||
price: "$2400",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-detail-comfortable-modern-couch_1203-5206.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Dining Table Oak",
|
||||
price: "$1800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-playing-beer-pong-together-party_23-2149431349.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Bedroom Side Table",
|
||||
price: "$320",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-wardrobe-decorated-with-blinds-wardrobe-with-blinds-decoration_169016-13499.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Minimalist Armchair", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/sexy-blond-female-black-costume-sits-round-black-chair-empty-room_613910-336.jpg" },
|
||||
{ id: "p2", name: "Oak Workspace Desk", price: "$1250", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-dining-room-interior-design-with-ceiling-lamps_53876-128669.jpg" },
|
||||
{ id: "p3", name: "Floating Wall Shelf", price: "$145", imageSrc: "http://img.b2bpic.net/free-photo/home-plant-decoration-arrangement-with-copy-space_23-2149090588.jpg" },
|
||||
{ id: "p4", name: "Plush Fabric Sofa", price: "$2400", imageSrc: "http://img.b2bpic.net/free-photo/home-detail-comfortable-modern-couch_1203-5206.jpg" },
|
||||
{ id: "p5", name: "Dining Table Oak", price: "$1800", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-playing-beer-pong-together-party_23-2149431349.jpg" },
|
||||
{ id: "p6", name: "Bedroom Side Table", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-wardrobe-decorated-with-blinds-wardrobe-with-blinds-decoration_169016-13499.jpg" },
|
||||
]}
|
||||
title="New Arrivals"
|
||||
description="Latest pieces inspired by organic form and function."
|
||||
@@ -198,14 +112,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"DesignInterior",
|
||||
"UrbanHome",
|
||||
"ClassicFurnish",
|
||||
"ModernLiving",
|
||||
"CraftStyle",
|
||||
"EcoHabits",
|
||||
"PureDesign",
|
||||
]}
|
||||
"DesignInterior", "UrbanHome", "ClassicFurnish", "ModernLiving", "CraftStyle", "EcoHabits", "PureDesign"]}
|
||||
title="Trusted by Experts"
|
||||
description="Designers and decorators rely on our quality."
|
||||
/>
|
||||
@@ -214,43 +121,14 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
textboxLayout="split"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
role: "Homeowner",
|
||||
testimonial: "Exceptional quality and timeless design.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-smart-speaker-front-view_23-2149936225.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "James Chen",
|
||||
role: "Architect",
|
||||
testimonial: "Lumina's pieces are a staple in my designs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-taking-pizza-slices-from-box_23-2147894290.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Rossi",
|
||||
role: "Designer",
|
||||
testimonial: "Stunning craftsmanship in every detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inspired-white-young-woman-beige-shirt-sitting-table-kitchen-with-newspaper_197531-6722.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Smith",
|
||||
role: "Homeowner",
|
||||
testimonial: "Comfortable and stylish, perfect fit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-home_23-2148990134.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Maria Lopez",
|
||||
role: "Decorator",
|
||||
testimonial: "Quality that really lasts for years.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tender-young-caucasian-model-woman-touching-face-while-looking-mirror-reflection-brunette-girl-enjoys-moment-with-her-eyes-closed-healthy-hydrated-skin-care-concept_197531-32268.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Miller", role: "Homeowner", testimonial: "Exceptional quality and timeless design.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-smart-speaker-front-view_23-2149936225.jpg" },
|
||||
{ id: "t2", name: "James Chen", role: "Architect", testimonial: "Lumina's pieces are a staple in my designs.", imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-taking-pizza-slices-from-box_23-2147894290.jpg" },
|
||||
{ id: "t3", name: "Elena Rossi", role: "Designer", testimonial: "Stunning craftsmanship in every detail.", imageSrc: "http://img.b2bpic.net/free-photo/inspired-white-young-woman-beige-shirt-sitting-table-kitchen-with-newspaper_197531-6722.jpg" },
|
||||
{ id: "t4", name: "David Smith", role: "Homeowner", testimonial: "Comfortable and stylish, perfect fit.", imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-home_23-2148990134.jpg" },
|
||||
{ id: "t5", name: "Maria Lopez", role: "Decorator", testimonial: "Quality that really lasts for years.", imageSrc: "http://img.b2bpic.net/free-photo/tender-young-caucasian-model-woman-touching-face-while-looking-mirror-reflection-brunette-girl-enjoys-moment-with-her-eyes-closed-healthy-hydrated-skin-care-concept_197531-32268.jpg" },
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="Hear what our customers say about our furniture."
|
||||
@@ -262,21 +140,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long is shipping?",
|
||||
content: "Usually within 2-4 weeks depending on the item.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer warranties?",
|
||||
content: "Yes, we offer a 2-year warranty on all furniture.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I visit a showroom?",
|
||||
content: "We are online-only to keep costs low.",
|
||||
},
|
||||
{ id: "f1", title: "How long is shipping?", content: "Usually within 2-4 weeks depending on the item." },
|
||||
{ id: "f2", title: "Do you offer warranties?", content: "Yes, we offer a 2-year warranty on all furniture." },
|
||||
{ id: "f3", title: "Can I visit a showroom?", content: "We are online-only to keep costs low." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-girl-talking-phone_23-2148436109.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -289,50 +155,19 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Get in touch"
|
||||
title="Need a Consultation?"
|
||||
description="Our team is here to help you choose the best pieces for your home."
|
||||
buttons={[
|
||||
{
|
||||
text: "Send Message",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Send Message", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Explore", items: [{ label: "Home", href: "#hero" }, { label: "Products", href: "#products" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Lumina Home"
|
||||
bottomRightText="Crafted with care."
|
||||
|
||||
Reference in New Issue
Block a user