Files
6a8aad20-a70b-4da3-b7ba-b12…/src/app/page.tsx
2026-03-05 22:33:54 +00:00

226 lines
13 KiB
TypeScript

"use client";
import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Sparkles, Zap, ShoppingBag, Heart, Award } from "lucide-react";
const navItems = [
{ name: "Home", id: "/" },
{ name: "Shop", id: "/shop" },
{ name: "Collections", id: "/collections" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
];
export default function HomePage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="smallMedium"
sizing="mediumSizeLargeTitles"
background="floatingGradient"
cardStyle="soft-shadow"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
headingFontWeight="extrabold"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Clothink"
navItems={navItems}
button={{
text: "Shop Now", href: "/shop"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
title="Elevate Your Style With Clothink"
description="Discover contemporary fashion that transforms your wardrobe. From timeless classics to bold statement pieces, Clothink brings curated collections designed for the modern lifestyle."
tag="New Arrivals"
tagIcon={Sparkles}
tagAnimation="opacity"
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg"
imageAlt="Fashion model showcasing latest collection"
imagePosition="right"
mediaAnimation="slide-up"
buttons={[
{ text: "Explore Collection", href: "/shop" },
{ text: "Learn More", href: "/about" },
]}
buttonAnimation="opacity"
testimonials={[
{
name: "Emma Rodriguez", handle: "Fashion Blogger", testimonial:
"Clothink has become my go-to for quality pieces that never go out of style. Absolutely love their curated selections!", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1"},
{
name: "Marcus Chen", handle: "Style Influencer", testimonial:
"The attention to detail in every piece is remarkable. Clothink truly understands modern fashion.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"},
{
name: "Sophie Laurent", handle: "Design Professional", testimonial:
"Finally found a brand that combines quality, style, and sustainability. Highly recommend!", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
/>
</div>
<div id="featured" data-section="featured">
<ProductCardTwo
title="Featured Collection"
description="Hand-picked essentials and trending pieces that define modern style. From everyday comfort to statement looks, find your perfect fit."
tag="Best Sellers"
tagIcon={Zap}
tagAnimation="opacity"
textboxLayout="default"
useInvertedBackground={true}
buttonAnimation="opacity"
buttons={[{ text: "View All Products", href: "/shop" }]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
products={[
{
id: "1", brand: "Clothink", name: "Premium Cotton Dress", price: "$89.00", rating: 5,
reviewCount: "342", imageSrc:
"http://img.b2bpic.net/free-photo/stylish-woman-summer-fashion-trend-dress-posing-red_285396-795.jpg?_wi=1", imageAlt: "Premium cotton dress"},
{
id: "2", brand: "Clothink", name: "Casual Linen Shirt", price: "$69.00", rating: 5,
reviewCount: "218", imageSrc:
"http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20630.jpg?_wi=1", imageAlt: "Casual linen shirt"},
{
id: "3", brand: "Clothink", name: "Classic Denim Jacket", price: "$129.00", rating: 5,
reviewCount: "456", imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-demonstrating-upper-cloths_1303-24480.jpg?_wi=1", imageAlt: "Classic denim jacket"},
{
id: "4", brand: "Clothink", name: "Organic Jeans", price: "$99.00", rating: 5,
reviewCount: "289", imageSrc:
"http://img.b2bpic.net/free-photo/blonde-girl-wear-jeans-jacket-with-backpack-posed-against-orange-shutter_627829-8090.jpg?_wi=1", imageAlt: "Organic jeans"},
{
id: "5", brand: "Clothink", name: "Cozy Knit Sweater", price: "$79.00", rating: 5,
reviewCount: "167", imageSrc:
"http://img.b2bpic.net/free-photo/closeup-stack-knitted-sweaters-with-autumn-leaves_169016-48473.jpg?_wi=1", imageAlt: "Cozy knit sweater"},
{
id: "6", brand: "Clothink", name: "Modern Sneakers", price: "$119.00", rating: 5,
reviewCount: "523", imageSrc:
"http://img.b2bpic.net/free-photo/closeup-female-legs-casual-pink-sneakers-spring-footwear_181624-57623.jpg?_wi=1", imageAlt: "Modern sneakers"},
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
title="Customer Reviews"
description="Hear from our community of style-conscious customers who have transformed their wardrobes with Clothink."
tag="Testimonials"
tagIcon={Heart}
tagAnimation="opacity"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Fashion Designer", testimonial:
"Clothink's quality and attention to detail is exceptional. Every purchase feels like an investment in my personal style.", imageSrc:
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3"},
{
id: "2", name: "Michael Thompson", role: "Business Professional", testimonial:
"Finding versatile pieces that work for both office and weekend was my biggest challenge. Clothink solved that perfectly.", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"},
{
id: "3", name: "Jessica Lee", role: "Content Creator", testimonial:
"The sustainability commitment is real. I love supporting a brand that actually cares about the environment.", imageSrc:
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4"},
{
id: "4", name: "David Martinez", role: "Photographer", testimonial:
"Clothing that photographs beautifully and feels amazing to wear. That's Clothink in a nutshell.", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"},
{
id: "5", name: "Emily Watson", role: "Marketing Manager", testimonial:
"Customer service is unmatched. They understand fashion and really care about customer satisfaction.", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"},
{
id: "6", name: "Alex Patel", role: "Entrepreneur", testimonial:
"From sizing to quality, everything exceeds expectations. I've recommended Clothink to all my friends.", imageSrc:
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=5"},
]}
/>
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
title="Trusted by Fashion Leaders"
description="Featured in top fashion publications and worn by style influencers worldwide."
tag="Featured In"
tagIcon={Award}
tagAnimation="opacity"
textboxLayout="default"
useInvertedBackground={true}
names={[
"Vogue Style", "Harper's Fashion", "Elle Magazine", "Fashion Week", "Style Guide", "Trend Report", "Fashion Forward", "Modern Style"]}
logos={[
"http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-collection_23-2148899881.jpg", "http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg", "http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg", "http://img.b2bpic.net/free-vector/coffee-shop-logo-template_23-2150529082.jpg", "http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg", "http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg", "http://img.b2bpic.net/free-vector/fashion-logo-template_23-2150529223.jpg", "http://img.b2bpic.net/free-vector/monocolor-y2k-streetwear-brand-logo-template_742173-17199.jpg"]}
speed={40}
showCard={true}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Shop", items: [
{ label: "All Products", href: "/shop" },
{ label: "New Arrivals", href: "/shop" },
{ label: "Collections", href: "/collections" },
{ label: "Sale", href: "/shop" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Story", href: "/about" },
{ label: "Sustainability", href: "/about" },
{ label: "Careers", href: "/" },
],
},
{
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "/" },
{ label: "Shipping Info", href: "/" },
{ label: "Size Guide", href: "/" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "/" },
{ label: "Terms of Service", href: "/" },
{ label: "Cookie Policy", href: "/" },
{ label: "Return Policy", href: "/" },
],
},
]}
bottomLeftText="© 2025 Clothink Store. All rights reserved."
bottomRightText="Crafted with passion for fashion lovers worldwide"
/>
</div>
</ThemeProvider>
);
}