Merge version_1 into main #1
213
src/app/page.tsx
213
src/app/page.tsx
@@ -11,7 +11,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Leaf, Lightbulb, Users } from "lucide-react";
|
||||
import { Leaf, Lightbulb, Users, Palette, Sparkles, HardHat } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,33 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Collection", id: "#products"},
|
||||
{
|
||||
name: "Our Craft",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Our Craft", id: "#features"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Luminova"
|
||||
/>
|
||||
@@ -67,20 +53,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Illuminate Your Space with Aesthetic 3D-Printed Lamps"
|
||||
description="Discover unique lighting inspired by the latest interior design trends, crafted with precision and passion for modern living."
|
||||
tagAnimation="none"
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
buttonAnimation="none"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-art-interior-lamp-design_23-2151153925.jpg"
|
||||
@@ -96,47 +77,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "lamp-geometric",
|
||||
name: "Geometric Harmony Lamp",
|
||||
price: "$129",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lamp-design_23-2151047505.jpg",
|
||||
imageAlt: "Geometric 3D-printed lamp",
|
||||
},
|
||||
id: "lamp-geometric", name: "Geometric Harmony Lamp", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lamp-design_23-2151047505.jpg", imageAlt: "Geometric 3D-printed lamp"},
|
||||
{
|
||||
id: "lamp-organic",
|
||||
name: "Organic Flow Lamp",
|
||||
price: "$189",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-light-lamp-design_23-2151037552.jpg",
|
||||
imageAlt: "Organic shape 3D-printed lamp",
|
||||
},
|
||||
id: "lamp-organic", name: "Organic Flow Lamp", price: "$189", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-light-lamp-design_23-2151037552.jpg", imageAlt: "Organic shape 3D-printed lamp"},
|
||||
{
|
||||
id: "lamp-pendant",
|
||||
name: "Suspended Art Pendant",
|
||||
price: "$159",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-lighting-device-with-futuristic-design_23-2151037566.jpg",
|
||||
imageAlt: "3D-printed pendant light",
|
||||
},
|
||||
id: "lamp-pendant", name: "Suspended Art Pendant", price: "$159", imageSrc: "http://img.b2bpic.net/free-photo/view-lighting-device-with-futuristic-design_23-2151037566.jpg", imageAlt: "3D-printed pendant light"},
|
||||
{
|
||||
id: "lamp-sconce",
|
||||
name: "Minimalist Wall Sconce",
|
||||
price: "$89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/round-chandeliers-hanging-from-ceiling_250224-330.jpg",
|
||||
imageAlt: "3D-printed wall sconce",
|
||||
},
|
||||
id: "lamp-sconce", name: "Minimalist Wall Sconce", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/round-chandeliers-hanging-from-ceiling_250224-330.jpg", imageAlt: "3D-printed wall sconce"},
|
||||
{
|
||||
id: "lamp-celestial",
|
||||
name: "Celestial Glow Orb",
|
||||
price: "$99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-style-lamp-indoors_23-2151105928.jpg",
|
||||
imageAlt: "Moon-like 3D-printed lamp",
|
||||
},
|
||||
id: "lamp-celestial", name: "Celestial Glow Orb", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/dark-style-lamp-indoors_23-2151105928.jpg", imageAlt: "Moon-like 3D-printed lamp"},
|
||||
{
|
||||
id: "lamp-modular",
|
||||
name: "Modular Adapt Lamp",
|
||||
price: "$149",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-lamp-table-arrangement_23-2149036883.jpg",
|
||||
imageAlt: "Modular 3D-printed lamp",
|
||||
},
|
||||
id: "lamp-modular", name: "Modular Adapt Lamp", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/smart-lamp-table-arrangement_23-2149036883.jpg", imageAlt: "Modular 3D-printed lamp"},
|
||||
]}
|
||||
title="Our Curated Collection"
|
||||
description="Explore our exquisite range of 3D-printed lamps, each designed to be a centerpiece in your aesthetic interior. Find the perfect light to complement your unique style."
|
||||
@@ -149,32 +100,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Innovative Design",
|
||||
description: "Each lamp is a piece of art, blending modern aesthetics with functional brilliance. Inspired by current interior trends, our designs are truly unique.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-designer-using-3d-printer_23-2151019902.jpg",
|
||||
imageAlt: "Innovative 3D lamp design process",
|
||||
buttonIcon: "Palette",
|
||||
title: "Innovative Design", description: "Each lamp is a piece of art, blending modern aesthetics with functional brilliance. Inspired by current interior trends, our designs are truly unique.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-designer-using-3d-printer_23-2151019902.jpg", imageAlt: "Innovative 3D lamp design process", buttonIcon: Palette,
|
||||
},
|
||||
{
|
||||
title: "Sustainable Craft",
|
||||
description: "Crafted from eco-friendly, biodegradable materials, our 3D printing process minimizes waste, making every lamp a guilt-free luxury.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-power-plant-emitting-co2-near-forest_23-2149675042.jpg",
|
||||
imageAlt: "Eco-friendly 3D printing filament",
|
||||
buttonIcon: "Leaf",
|
||||
title: "Sustainable Craft", description: "Crafted from eco-friendly, biodegradable materials, our 3D printing process minimizes waste, making every lamp a guilt-free luxury.", imageSrc: "http://img.b2bpic.net/free-photo/view-power-plant-emitting-co2-near-forest_23-2149675042.jpg", imageAlt: "Eco-friendly 3D printing filament", buttonIcon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Personalized Style",
|
||||
description: "With options for customization, you can tailor your lamp to perfectly match your decor, creating a truly personal lighting experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-relaxing-home_23-2150652843.jpg",
|
||||
imageAlt: "Customizing a 3D-printed lamp",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Personalized Style", description: "With options for customization, you can tailor your lamp to perfectly match your decor, creating a truly personal lighting experience.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-relaxing-home_23-2150652843.jpg", imageAlt: "Customizing a 3D-printed lamp", buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Artisanal Quality",
|
||||
description: "Our dedication to perfection ensures that every detail, from print quality to finish, meets the highest standards of artisanal craftsmanship.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741184.jpg",
|
||||
imageAlt: "Close-up of 3D printer at work",
|
||||
buttonIcon: "HardHat",
|
||||
title: "Artisanal Quality", description: "Our dedication to perfection ensures that every detail, from print quality to finish, meets the highest standards of artisanal craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741184.jpg", imageAlt: "Close-up of 3D printer at work", buttonIcon: HardHat,
|
||||
},
|
||||
]}
|
||||
title="The Luminova Difference"
|
||||
@@ -189,19 +124,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Customers",
|
||||
value: "20,000+",
|
||||
},
|
||||
label: "Happy Customers", value: "20,000+"},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
label: "Unique Designs",
|
||||
value: "150+",
|
||||
},
|
||||
label: "Unique Designs", value: "150+"},
|
||||
{
|
||||
icon: Leaf,
|
||||
label: "Sustainable Materials",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Sustainable Materials", value: "100%"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -212,41 +141,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sophia R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394272.jpg",
|
||||
imageAlt: "Sophia R. profile picture",
|
||||
},
|
||||
id: "1", name: "Sophia R.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394272.jpg", imageAlt: "Sophia R. profile picture"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ethan L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-desk-lamp-illuminating-dark_53876-96921.jpg",
|
||||
imageAlt: "Ethan L. profile picture",
|
||||
},
|
||||
id: "2", name: "Ethan L.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-desk-lamp-illuminating-dark_53876-96921.jpg", imageAlt: "Ethan L. profile picture"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Olivia M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/affectionate-man-kissing-his-girlfriend-while-toasting-with-champagne-dinner-dining-table_637285-3602.jpg",
|
||||
imageAlt: "Olivia M. profile picture",
|
||||
},
|
||||
id: "3", name: "Olivia M.", imageSrc: "http://img.b2bpic.net/free-photo/affectionate-man-kissing-his-girlfriend-while-toasting-with-champagne-dinner-dining-table_637285-3602.jpg", imageAlt: "Olivia M. profile picture"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Noah K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blogger-recording-herself-window-showing-home-decor_23-2148538816.jpg",
|
||||
imageAlt: "Noah K. profile picture",
|
||||
},
|
||||
id: "4", name: "Noah K.", imageSrc: "http://img.b2bpic.net/free-photo/young-blogger-recording-herself-window-showing-home-decor_23-2148538816.jpg", imageAlt: "Noah K. profile picture"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Isabella T.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/backlight-adjustment-man-with-screwdriver-hanging-wall-twisting-adjusting-lighting_259150-59263.jpg",
|
||||
imageAlt: "Isabella T. profile picture",
|
||||
},
|
||||
id: "5", name: "Isabella T.", imageSrc: "http://img.b2bpic.net/free-photo/backlight-adjustment-man-with-screwdriver-hanging-wall-twisting-adjusting-lighting_259150-59263.jpg", imageAlt: "Isabella T. profile picture"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Liam P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-showing-new-apartment-his-surprised-happy-girlfriend_74855-10258.jpg",
|
||||
imageAlt: "Liam P. profile picture",
|
||||
},
|
||||
id: "6", name: "Liam P.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-showing-new-apartment-his-surprised-happy-girlfriend_74855-10258.jpg", imageAlt: "Liam P. profile picture"},
|
||||
]}
|
||||
cardTitle="What Our Customers Say"
|
||||
cardTag="Loved by Designers & Homeowners"
|
||||
@@ -259,20 +164,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What materials are your lamps made from?",
|
||||
content: "Our lamps are primarily crafted from high-quality, eco-friendly PLA (Polylactic Acid), a biodegradable thermoplastic derived from renewable resources like corn starch. We are committed to sustainable practices.",
|
||||
},
|
||||
id: "faq-1", title: "What materials are your lamps made from?", content: "Our lamps are primarily crafted from high-quality, eco-friendly PLA (Polylactic Acid), a biodegradable thermoplastic derived from renewable resources like corn starch. We are committed to sustainable practices."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Can I customize the color or size of a lamp?",
|
||||
content: "Yes, many of our designs offer customization options for color and size to ensure your lamp perfectly complements your interior. Please check the product page for specific customization availability or contact us for bespoke requests.",
|
||||
},
|
||||
id: "faq-2", title: "Can I customize the color or size of a lamp?", content: "Yes, many of our designs offer customization options for color and size to ensure your lamp perfectly complements your interior. Please check the product page for specific customization availability or contact us for bespoke requests."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "How do I clean my 3D-printed lamp?",
|
||||
content: "To clean your lamp, gently wipe it with a soft, dry, or slightly damp cloth. Avoid harsh chemicals or abrasive materials, as these can damage the surface finish of the 3D print.",
|
||||
},
|
||||
id: "faq-3", title: "How do I clean my 3D-printed lamp?", content: "To clean your lamp, gently wipe it with a soft, dry, or slightly damp cloth. Avoid harsh chemicals or abrasive materials, as these can damage the surface finish of the 3D print."},
|
||||
]}
|
||||
sideTitle="Your Questions, Answered"
|
||||
sideDescription="Find quick answers to the most common inquiries about our lamps, materials, and services. If you can't find what you're looking for, feel free to contact us directly."
|
||||
@@ -286,14 +182,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Have a custom vision, a question about an order, or just want to say hello? We'd love to hear from you and help bring your lighting ideas to life."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "mailto:info@luminova.com",
|
||||
},
|
||||
text: "Get in Touch", href: "mailto:info@luminova.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -304,49 +197,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Shop All",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Shop All", href: "#products"},
|
||||
{
|
||||
label: "Custom Orders",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Custom Orders", href: "#contact"},
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#products",
|
||||
},
|
||||
label: "New Arrivals", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Craft & Materials",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Craft & Materials", href: "#features"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Shipping & Returns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping & Returns", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user