Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bc05e2954e | |||
| c09263c16e | |||
| 485db70a74 | |||
| 9740cbe6d0 | |||
| a91694dac4 | |||
| 881b949db9 |
272
src/app/page.tsx
272
src/app/page.tsx
@@ -2,14 +2,11 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
import { Linkedin, Twitter } from "lucide-react";
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
||||||
import { ShoppingBag, ThumbsUp } from "lucide-react";
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -26,226 +23,53 @@ export default function LandingPage() {
|
|||||||
headingFontWeight="semibold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home",
|
{ name: "Design", id: "/design" },
|
||||||
id: "/",
|
{ name: "Dashboard", id: "/staff" },
|
||||||
},
|
]}
|
||||||
{
|
brandName="TailorFit"
|
||||||
name: "Design",
|
/>
|
||||||
id: "/design",
|
</div>
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Dashboard",
|
|
||||||
id: "/staff",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
brandName="TailorFit"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroOverlay
|
||||||
background={{
|
title="Crafting Elegance, Digitally"
|
||||||
variant: "plain",
|
description="Step into the future of bespoke tailoring where precision technology meets artisan tradition."
|
||||||
}}
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXkBSKqetazQk9LWTx0HPAYxfz/a-high-end-clothing-tailoring-workshop-w-1774642694640-d4a2dc22.png?_wi=1"
|
||||||
title="Custom Tailoring, Digitized."
|
buttons={[{ text: "Explore Designs", href: "/design" }]}
|
||||||
description="Design, measure, and order premium custom clothing from the comfort of your home."
|
/>
|
||||||
avatars={[
|
</div>
|
||||||
{
|
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXkBSKqetazQk9LWTx0HPAYxfz/a-high-end-clothing-tailoring-workshop-w-1774642694640-d4a2dc22.png",
|
|
||||||
alt: "Tailor Workshop",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXkBSKqetazQk9LWTx0HPAYxfz/a-high-end-clothing-tailoring-workshop-w-1774642694640-d4a2dc22.png",
|
|
||||||
alt: "Tailor Workshop",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXkBSKqetazQk9LWTx0HPAYxfz/a-high-end-clothing-tailoring-workshop-w-1774642694640-d4a2dc22.png",
|
|
||||||
alt: "Tailor Workshop",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXkBSKqetazQk9LWTx0HPAYxfz/a-high-end-clothing-tailoring-workshop-w-1774642694640-d4a2dc22.png",
|
|
||||||
alt: "Tailor Workshop",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXkBSKqetazQk9LWTx0HPAYxfz/a-high-end-clothing-tailoring-workshop-w-1774642694640-d4a2dc22.png",
|
|
||||||
alt: "Tailor Workshop",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Get Started",
|
|
||||||
href: "/design",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="about" data-section="about">
|
||||||
<FeatureCardEight
|
<MediaAbout
|
||||||
textboxLayout="split"
|
title="The TailorFit Vision"
|
||||||
useInvertedBackground={true}
|
description="We leverage advanced pattern generation to bridge the gap between classic craftsmanship and modern convenience."
|
||||||
features={[
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXkBSKqetazQk9LWTx0HPAYxfz/a-user-taking-body-measurements-for-cust-1774642694215-00f78317.png?_wi=1"
|
||||||
{
|
useInvertedBackground={true}
|
||||||
id: 1,
|
/>
|
||||||
title: "Custom Measurements",
|
</div>
|
||||||
description: "Save your unique profile and body measurements for perfectly fit garments every time.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXkBSKqetazQk9LWTx0HPAYxfz/a-user-taking-body-measurements-for-cust-1774642694215-00f78317.png?_wi=1",
|
|
||||||
imageAlt: "Measuring",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 2,
|
|
||||||
title: "AI Pattern Generation",
|
|
||||||
description: "Automatic pattern adjustments based on your measurements and chosen design templates.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXkBSKqetazQk9LWTx0HPAYxfz/dynamic-pattern-generation-software-ui-d-1774642695594-09040b19.png?_wi=1",
|
|
||||||
imageAlt: "AI Pattern",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 3,
|
|
||||||
title: "Staff Order Management",
|
|
||||||
description: "Dedicated staff dashboard to view measurements, fabric choice, and order status updates.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXkBSKqetazQk9LWTx0HPAYxfz/an-organized-staff-dashboard-view-with-i-1774642695176-cec8a116.png?_wi=1",
|
|
||||||
imageAlt: "Dashboard",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Tailored for You"
|
|
||||||
description="Powerful features to make custom tailoring accessible and efficient."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="socialProof" data-section="socialProof">
|
<div id="team" data-section="team">
|
||||||
<SocialProofOne
|
<TeamCardTwo
|
||||||
textboxLayout="default"
|
title="Meet Our Experts"
|
||||||
useInvertedBackground={false}
|
description="The master tailors and software architects behind our platform."
|
||||||
title="Trusted by Fashion Houses"
|
gridVariant="uniform-all-items-equal"
|
||||||
description="Our platform is used by professional tailors and luxury boutique designers worldwide."
|
animationType="slide-up"
|
||||||
names={[
|
textboxLayout="default"
|
||||||
"Luxe Tailor",
|
useInvertedBackground={false}
|
||||||
"Modern Cut",
|
members={[
|
||||||
"Elite Fabrics",
|
{
|
||||||
"Studio Mode",
|
id: "m1", name: "Elena Rossi", role: "Master Tailor", description: "Over 20 years of experience in high-end bespoke tailoring.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXkBSKqetazQk9LWTx0HPAYxfz/a-high-end-clothing-tailoring-workshop-w-1774642694640-d4a2dc22.png?_wi=2", socialLinks: [{ icon: Linkedin, url: "#" }, { icon: Twitter, url: "#" }]
|
||||||
"Apex Stitch",
|
},
|
||||||
]}
|
{
|
||||||
logos={[
|
id: "m2", name: "Marcus Chen", role: "Lead Architect", description: "Innovating the digital measurement and pattern industry.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXkBSKqetazQk9LWTx0HPAYxfz/a-user-taking-body-measurements-for-cust-1774642694215-00f78317.png?_wi=2", socialLinks: [{ icon: Linkedin, url: "#" }, { icon: Twitter, url: "#" }]
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXkBSKqetazQk9LWTx0HPAYxfz/a-high-end-clothing-tailoring-workshop-w-1774642694640-d4a2dc22.png",
|
}
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXkBSKqetazQk9LWTx0HPAYxfz/a-high-end-clothing-tailoring-workshop-w-1774642694640-d4a2dc22.png",
|
]}
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXkBSKqetazQk9LWTx0HPAYxfz/a-high-end-clothing-tailoring-workshop-w-1774642694640-d4a2dc22.png",
|
/>
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXkBSKqetazQk9LWTx0HPAYxfz/a-high-end-clothing-tailoring-workshop-w-1774642694640-d4a2dc22.png",
|
</div>
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXkBSKqetazQk9LWTx0HPAYxfz/a-high-end-clothing-tailoring-workshop-w-1774642694640-d4a2dc22.png",
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="pricing" data-section="pricing">
|
|
||||||
<PricingCardEight
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
title="Subscription Plans"
|
|
||||||
description="Choose the best plan for your tailoring business needs."
|
|
||||||
plans={[
|
|
||||||
{
|
|
||||||
id: "basic",
|
|
||||||
badge: "Starter",
|
|
||||||
price: "$29/mo",
|
|
||||||
subtitle: "For individual tailors",
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: "Get Started",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
features: [
|
|
||||||
"1 User",
|
|
||||||
"5 Active Projects",
|
|
||||||
"Email Support",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "pro",
|
|
||||||
badge: "Pro",
|
|
||||||
price: "$79/mo",
|
|
||||||
subtitle: "For growing teams",
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: "Start Pro",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
features: [
|
|
||||||
"5 Users",
|
|
||||||
"Unlimited Projects",
|
|
||||||
"Priority Support",
|
|
||||||
"AI Patterns",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="metric" data-section="metric">
|
|
||||||
<MetricCardOne
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
title="Our Impact"
|
|
||||||
description="Driving excellence in the bespoke tailoring industry."
|
|
||||||
metrics={[
|
|
||||||
{
|
|
||||||
id: "1",
|
|
||||||
value: "10k+",
|
|
||||||
title: "Garments Crafted",
|
|
||||||
description: "Successful custom orders completed.",
|
|
||||||
icon: ShoppingBag,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
value: "99%",
|
|
||||||
title: "Satisfaction",
|
|
||||||
description: "Average user rating.",
|
|
||||||
icon: ThumbsUp,
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
|
||||||
<FooterMedia
|
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXkBSKqetazQk9LWTx0HPAYxfz/a-high-end-clothing-tailoring-workshop-w-1774642694640-d4a2dc22.png?_wi=1"
|
|
||||||
columns={[
|
|
||||||
{
|
|
||||||
title: "Platform",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "About",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Services",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Account",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Dashboard",
|
|
||||||
href: "/staff",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Order History",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user