From a5ebb23f49f7a767228397bfd5ab4596a712c294 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 17:50:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 213 ++++++++++------------------------------------- 1 file changed, 44 insertions(+), 169 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef343f6..dbafb9d 100644 --- a/src/app/page.tsx +++ b/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() { @@ -67,20 +53,15 @@ export default function LandingPage() {
@@ -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() {
@@ -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: "#"}, ], }, ]} -- 2.49.1