diff --git a/src/app/page.tsx b/src/app/page.tsx index c466446..29ce7b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Palette, Sparkles, BookOpen } from "lucide-react"; export default function LandingPage() { return ( @@ -29,7 +30,7 @@ export default function LandingPage() { @@ -57,8 +57,8 @@ export default function LandingPage() {
@@ -69,15 +69,15 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Pastel Flower", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/still-life-crochet-plushies_23-2151091217.jpg" }, - { id: "p2", name: "Daisy Keychain", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-lifestyle-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12581.jpg" }, - { id: "p3", name: "Minimalist Pouch", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-knitting-needles-wool-cap_23-2148859082.jpg" }, - { id: "p4", name: "Rose Charm", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/wool-knitting-needles_23-2148859108.jpg" }, - { id: "p5", name: "Mini Totebag", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/knitting-wool-thread-close-up_23-2148923303.jpg" }, - { id: "p6", name: "Cloud Keychain", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-wicker-basket-with-decor_169016-6150.jpg" }, + { id: "p1", name: "Botanical Study", price: "Gallery Collection", imageSrc: "http://img.b2bpic.net/free-photo/still-life-crochet-plushies_23-2151091217.jpg" }, + { id: "p2", name: "Chromatic Weave", price: "Archived", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-lifestyle-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12581.jpg" }, + { id: "p3", name: "Minimalist Volume", price: "Studio Piece", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-knitting-needles-wool-cap_23-2148859082.jpg" }, + { id: "p4", name: "Floral Geometry", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/wool-knitting-needles_23-2148859108.jpg" }, + { id: "p5", name: "Abstract Textile", price: "Gallery Collection", imageSrc: "http://img.b2bpic.net/free-photo/knitting-wool-thread-close-up_23-2148923303.jpg" }, + { id: "p6", name: "Cloud Series", price: "Archived", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-wicker-basket-with-decor_169016-6150.jpg" }, ]} - title="Featured Pieces" - description="Hand-picked favorites from our latest collection." + title="Project Gallery" + description="Selected works reflecting our dedication to detail and form." /> @@ -87,24 +87,30 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "t1", name: "Anna", handle: "@anna", testimonial: "So soft and beautiful!", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-holding-hands-together-joyfully-looking-camera-modern-clothes-store_574295-2021.jpg" }, - { id: "t2", name: "Beth", handle: "@beth", testimonial: "Perfect craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-drinking-near-camera-book_23-2147911471.jpg" }, - { id: "t3", name: "Clara", handle: "@clara", testimonial: "My new favorite key charm.", imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-beverage-while-break-time_23-2149256900.jpg" }, - { id: "t4", name: "Daisy", handle: "@daisy", testimonial: "Pure handmade warmth.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2148875356.jpg" }, - { id: "t5", name: "Eve", handle: "@eve", testimonial: "Simply lovely.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-with-colorful-hair-black-apron-white-t-shirt-holding-mug-with-pottery-tools-hands-dreamily-looking-aside-pottery-studio_574295-932.jpg" }, + { id: "t1", name: "Elena S.", handle: "Design Curator", testimonial: "The textural complexity is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-holding-hands-together-joyfully-looking-camera-modern-clothes-store_574295-2021.jpg" }, + { id: "t2", name: "Marc J.", handle: "Textile Critic", testimonial: "Authentic and beautifully executed.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-drinking-near-camera-book_23-2147911471.jpg" }, ]} - title="Loved by You" - description="Stories from our cozy community." + title="Design Perspectives" + description="Thoughtful responses to our latest creative explorations." />
@@ -112,10 +118,10 @@ export default function LandingPage() { ); -} +} \ No newline at end of file