Merge version_2 into main #1
188
src/app/page.tsx
188
src/app/page.tsx
@@ -6,7 +6,6 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Sparkles } from "lucide-react";
|
||||
@@ -30,27 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Our Process",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Process", id: "about"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Submit Design",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Submit Design", id: "contact"},
|
||||
]}
|
||||
brandName="HandmadeThreads"
|
||||
brandName="Bleach & co"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -60,32 +47,20 @@ export default function LandingPage() {
|
||||
description="Send us your garment and your vision. We hand-craft custom artistic designs onto your favorite pieces."
|
||||
buttons={[
|
||||
{
|
||||
text: "Submit Your Design",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Submit Your Design", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/looking-inspiration-work_329181-13634.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-smiling-woman-looking-trendy-girl-casual-summer-hoodie-skirt-clothes_158538-1434.jpg",
|
||||
alt: "Happy client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-smiling-woman-looking-trendy-girl-casual-summer-hoodie-skirt-clothes_158538-1434.jpg", alt: "Happy client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-guy-feels-very-glad-closes-eyes-being-happy-hear-excellent-news-wears-round-glasses-checkered-shirt-isolated-beige-background-delighted-man-casual-clothes-poses-indoor_273609-56676.jpg",
|
||||
alt: "Happy client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-guy-feels-very-glad-closes-eyes-being-happy-hear-excellent-news-wears-round-glasses-checkered-shirt-isolated-beige-background-delighted-man-casual-clothes-poses-indoor_273609-56676.jpg", alt: "Happy client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fashion-models-paper-cut-out-style_23-2149374793.jpg",
|
||||
alt: "Happy client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/fashion-models-paper-cut-out-style_23-2149374793.jpg", alt: "Happy client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/colorimetry-specialist-with-client-colored-fabric-swaps_23-2150461556.jpg",
|
||||
alt: "Happy client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/colorimetry-specialist-with-client-colored-fabric-swaps_23-2150461556.jpg", alt: "Happy client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-charming-brunette-dressed-stylish-clothes-smiling-while-leaning-against-brick-wall-room-with-loft-interior_613910-9400.jpg",
|
||||
alt: "Happy client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-charming-brunette-dressed-stylish-clothes-smiling-while-leaning-against-brick-wall-room-with-loft-interior_613910-9400.jpg", alt: "Happy client 5"},
|
||||
]}
|
||||
avatarText="Join 500+ happy artists"
|
||||
/>
|
||||
@@ -104,100 +79,21 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Floral Harmony",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-using-sponge-painting_23-2148754067.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Abstract Dreams",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/boho-style-colorful-flowers-with-ethnic-feathers-hand-drawn-ornamental-element_1302-5381.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Urban Vibe",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-t-shirt-painting-still-life_23-2150572735.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Nature's Path",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-fun-park-with-holi-paints_1157-31002.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Midnight Sketch",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-child-making-diy-craft-project-with-t-shirt_23-2149391069.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Golden Horizon",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-model-posing-with-colorful-body-painting_23-2149668966.jpg",
|
||||
},
|
||||
]}
|
||||
title="Featured Creations"
|
||||
description="Browse some of the designs we've recently brought to life."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Incredible Detail!",
|
||||
quote: "The hand-painted detail on my favorite denim jacket is breathtaking. It feels like a completely new piece.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Collector",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-smiling-woman-looking-trendy-girl-casual-summer-hoodie-skirt-clothes_158538-1434.jpg",
|
||||
},
|
||||
id: "1", title: "Incredible Detail!", quote: "The hand-painted detail on my favorite denim jacket is breathtaking. It feels like a completely new piece.", name: "Sarah Johnson", role: "Collector", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-smiling-woman-looking-trendy-girl-casual-summer-hoodie-skirt-clothes_158538-1434.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "So Personal!",
|
||||
quote: "Sending my own shirt made it so much more meaningful. The artist really listened to what I wanted.",
|
||||
name: "Michael Chen",
|
||||
role: "Creative",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-guy-feels-very-glad-closes-eyes-being-happy-hear-excellent-news-wears-round-glasses-checkered-shirt-isolated-beige-background-delighted-man-casual-clothes-poses-indoor_273609-56676.jpg",
|
||||
},
|
||||
id: "2", title: "So Personal!", quote: "Sending my own shirt made it so much more meaningful. The artist really listened to what I wanted.", name: "Michael Chen", role: "Creative", imageSrc: "http://img.b2bpic.net/free-photo/positive-guy-feels-very-glad-closes-eyes-being-happy-hear-excellent-news-wears-round-glasses-checkered-shirt-isolated-beige-background-delighted-man-casual-clothes-poses-indoor_273609-56676.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Stunning Work",
|
||||
quote: "I've never seen such attention to detail. This is true wearable art.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Fashionista",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-models-paper-cut-out-style_23-2149374793.jpg",
|
||||
},
|
||||
id: "3", title: "Stunning Work", quote: "I've never seen such attention to detail. This is true wearable art.", name: "Emily Rodriguez", role: "Fashionista", imageSrc: "http://img.b2bpic.net/free-photo/fashion-models-paper-cut-out-style_23-2149374793.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Obsessed!",
|
||||
quote: "I get so many compliments on my shirt now. Highly recommend!",
|
||||
name: "David Kim",
|
||||
role: "Influencer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorimetry-specialist-with-client-colored-fabric-swaps_23-2150461556.jpg",
|
||||
},
|
||||
id: "4", title: "Obsessed!", quote: "I get so many compliments on my shirt now. Highly recommend!", name: "David Kim", role: "Influencer", imageSrc: "http://img.b2bpic.net/free-photo/colorimetry-specialist-with-client-colored-fabric-swaps_23-2150461556.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Pure Magic",
|
||||
quote: "The process was seamless and the result exceeded my expectations.",
|
||||
name: "Chloe Vance",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-charming-brunette-dressed-stylish-clothes-smiling-while-leaning-against-brick-wall-room-with-loft-interior_613910-9400.jpg",
|
||||
},
|
||||
id: "5", title: "Pure Magic", quote: "The process was seamless and the result exceeded my expectations.", name: "Chloe Vance", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-charming-brunette-dressed-stylish-clothes-smiling-while-leaning-against-brick-wall-room-with-loft-interior_613910-9400.jpg"},
|
||||
]}
|
||||
title="Voices from the Closet"
|
||||
description="Hear how our custom art has transformed everyday outfits into personal treasures."
|
||||
@@ -208,73 +104,49 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Let's Get Started"
|
||||
title="Ready for your Custom Design?"
|
||||
description="Tell us about your design, send us your piece, and let's create something unique together."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@handmade.com",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:hello@handmade.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="HandmadeThreads"
|
||||
logoText="Bleach & co"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Process",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Process", href: "#about"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Custom Submissions",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Custom Submissions", href: "#contact"},
|
||||
{
|
||||
label: "Gift Cards",
|
||||
href: "#",
|
||||
},
|
||||
label: "Gift Cards", href: "#"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQ", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 HandmadeThreads"
|
||||
copyrightText="© 2024 Bleach & co"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user