Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-20 11:57:27 +00:00

View File

@@ -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() {
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },
{ name: "Shop", id: "/shop" },
{ name: "Portfolio", id: "/portfolio" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
@@ -40,15 +41,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{ variant: "radial-gradient" }}
title="Handmade with patience, warmth, and intention."
description="Discover unique crochet treasures crafted one stitch at a time. Soft, cozy, and made just for you."
buttons={[{ text: "Shop Now", href: "/shop" }]}
title="Artisanal Craftsmanship & Design."
description="A curated portfolio of bespoke crochet works. Every piece is an exploration of texture, color, and intentional slow-design."
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/rough-stone-wall_23-2147625748.jpg", imageAlt: "Cozy crochet yarn" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fruit-knitting-concept_23-2147691700.jpg", imageAlt: "Crochet flower" },
{ imageSrc: "http://img.b2bpic.net/free-photo/small-wooden-houses-baubles_23-2147737968.jpg", imageAlt: "Crochet keychain" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-balls-yarn-knitting-pastel-colors_169016-12951.jpg", imageAlt: "Crochet accessory" },
{ imageSrc: "http://img.b2bpic.net/free-photo/basket-with-yarn-closeup-threads-knitting_169016-29656.jpg", imageAlt: "Crochet item" },
{ imageSrc: "http://img.b2bpic.net/free-photo/rough-stone-wall_23-2147625748.jpg", imageAlt: "Texture detail" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fruit-knitting-concept_23-2147691700.jpg", imageAlt: "Creative process" },
{ imageSrc: "http://img.b2bpic.net/free-photo/small-wooden-houses-baubles_23-2147737968.jpg", imageAlt: "Finished project" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-balls-yarn-knitting-pastel-colors_169016-12951.jpg", imageAlt: "Material study" },
{ imageSrc: "http://img.b2bpic.net/free-photo/basket-with-yarn-closeup-threads-knitting_169016-29656.jpg", imageAlt: "Studio view" },
]}
mediaAnimation="blur-reveal"
/>
@@ -57,8 +57,8 @@ export default function LandingPage() {
<div id="about-short" data-section="about-short">
<TextAbout
useInvertedBackground={true}
title="Honest Craftsmanship"
tag="Our Philosophy"
title="Designed for Legacy"
tag="Our Studio Approach"
/>
</div>
@@ -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."
/>
</div>
@@ -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."
/>
</div>
<div id="feature" data-section="feature">
<FeatureCardTwentySeven
features={[]}
title="Our Quality Commitment"
description="Everything we create is designed for longevity and joy."
features={[
{
id: "f1", title: "Material Research", descriptions: ["Deep exploration into organic fibers and structural integrity for lasting design."],
imageSrc: "http://img.b2bpic.net/free-photo/wool-knitting-needles_23-2148859108.jpg"
},
{
id: "f2", title: "Process Philosophy", descriptions: ["Slow-design methods that prioritize the meditative state of creation over volume."],
imageSrc: "http://img.b2bpic.net/free-photo/knitting-wool-thread-close-up_23-2148923303.jpg"
}
]}
title="Creative Pillars"
description="Our studio is built on the intersection of ancient technique and contemporary vision."
animationType="slide-up"
textboxLayout="default"
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
@@ -112,10 +118,10 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Cocochet"
copyrightText="© 2025 Cocochet. Made with intention."
copyrightText="© 2025 Cocochet. All Rights Reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}