Files
b4e25ca8-5984-429e-ad5a-c9a…/src/app/page.tsx
2026-05-24 13:22:45 +00:00

356 lines
9.6 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TextAbout from '@/components/sections/about/TextAbout';
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="compact"
sizing="mediumLargeSizeLargeTitles"
background="aurora"
cardStyle="gradient-mesh"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Features",
id: "features",
},
{
name: "Pricing",
id: "pricing",
},
{
name: "FAQ",
id: "faq",
},
]}
brandName="Build"
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "sparkles-gradient",
}}
title="Idea to Website, Instantly."
description="Generate websites instantly, customize to perfection. Build your digital presence with Build."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg",
alt: "entrepreneur headshot portrait",
},
{
src: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-counter_1170-2485.jpg",
alt: "software developer portrait casual",
},
{
src: "http://img.b2bpic.net/free-photo/young-attractive-man-glasses-is-posing-photographer-studio_613910-2638.jpg",
alt: "creative professional headshot",
},
{
src: "http://img.b2bpic.net/free-photo/woman-portrait-with-blue-lights-visual-effects_23-2149419525.jpg",
alt: "business executive portrait professional",
},
{
src: "http://img.b2bpic.net/free-photo/woman-working-with-laptop-outdoors_1098-1738.jpg",
alt: "marketing manager portrait friendly",
},
]}
buttons={[
{
text: "Get Started",
href: "#contact",
},
]}
marqueeItems={[
{
type: "text",
text: "AI-Powered",
},
{
type: "text",
text: "Responsive",
},
{
type: "text",
text: "Lightning Fast",
},
{
type: "text",
text: "SEO Optimized",
},
{
type: "text",
text: "Global Scale",
},
]}
/>
</div>
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={true}
title="Built for speed and simplicity."
buttons={[
{
text: "Read Docs",
href: "#faq",
},
]}
/>
</div>
<div id="features" data-section="features">
<FeatureCardThree
animationType="slide-up"
textboxLayout="split"
gridVariant="bento-grid"
useInvertedBackground={false}
features={[
{
title: "AI Generation",
description: "Create stunning layouts from simple text prompts.",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-molecule-logo-vector-technology-icon-design_53876-105468.jpg",
},
{
title: "Responsive Design",
description: "Auto-optimized for every device size imaginable.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pc-monitors-desk-used-monitoring-data-center-devices-energy_482257-118092.jpg",
},
{
title: "Lightning Fast",
description: "Optimized performance to keep users happy.",
imageSrc: "http://img.b2bpic.net/free-photo/internet-speed-test-software-concept_53876-120681.jpg",
},
]}
title="Everything you need to grow."
description="Powerful tools to scale your business online without technical overhead."
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardOne
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
plans={[
{
id: "basic",
badge: "Starter",
price: "$19/mes",
subtitle: "Perfect for hobbyists",
features: [
"1 Site",
"Basic Templates",
"Email Support",
],
},
{
id: "pro",
badge: "Pro",
price: "$49/mo",
subtitle: "For growing brands",
features: [
"5 Sites",
"All Templates",
"Priority Support",
],
},
]}
title="Simple, transparent pricing."
description="Choose the perfect plan for your project size."
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardFourteen
useInvertedBackground={false}
title="Proven reliability."
tag="Performance"
metrics={[
{
id: "m1",
value: "10k+",
description: "Websites built",
},
{
id: "m2",
value: "99.9%",
description: "Uptime guarantee",
},
{
id: "m3",
value: "5s",
description: "Average load time",
},
]}
metricsAnimation="blur-reveal"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Founder",
company: "Growth",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-office-computer_1303-31498.jpg",
},
{
id: "2",
name: "Michael D.",
role: "Dev",
company: "Lab",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/executive-with-glasses-suit_1098-529.jpg",
},
{
id: "3",
name: "Emily R.",
role: "Designer",
company: "Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13711.jpg",
},
{
id: "4",
name: "David K.",
role: "Manager",
company: "Start",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-black-suit-leaning-wall_23-2148401440.jpg",
},
{
id: "5",
name: "Jessica L.",
role: "Owner",
company: "Brand",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-with-laptop-outdoors_1098-1738.jpg",
},
]}
kpiItems={[
{
value: "4.9/5",
label: "Avg Rating",
},
{
value: "24/7",
label: "Support",
},
{
value: "100+",
label: "Features",
},
]}
title="Trusted by builders everywhere."
description="Join thousands of satisfied creators."
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "How do I start?",
content: "Just sign up and choose a template.",
},
{
id: "f2",
title: "Is it easy?",
content: "Absolutely, no coding skills required.",
},
{
id: "f3",
title: "Can I cancel?",
content: "Yes, cancel anytime from your dashboard.",
},
]}
title="Frequently Asked Questions."
description="Find answers to common questions about Build."
faqsAnimation="blur-reveal"
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
text="Ready to start building? Join Build today."
buttons={[
{
text: "Contact Support",
href: "mailto:hello@build.io",
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Features",
href: "#features",
},
{
label: "Pricing",
href: "#pricing",
},
],
},
{
items: [
{
label: "FAQ",
href: "#faq",
},
{
label: "Contact",
href: "#contact",
},
],
},
]}
logoText="Build"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}