Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4118924edb | |||
| 3d65538515 | |||
| 74f466a3be | |||
| d411f36d42 | |||
| 571b9eca1b | |||
| 5d6db822ad | |||
| bfdfe9f5e9 | |||
| 4ce7664d88 | |||
| 09303e4585 | |||
| c8592bdaff | |||
| dcf183e776 | |||
| ac9de2be97 | |||
| fa2c192821 | |||
| 60e8df9283 | |||
| dde7769381 | |||
| 6bc5e1c023 |
224
src/app/page.tsx
224
src/app/page.tsx
@@ -2,174 +2,88 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import { Cpu, Zap, Target, ArrowRight, ShieldCheck, BarChart3 } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmall"
|
||||
background="noiseDiagonalGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="normal"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="fluid"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Services", id: "#products"},
|
||||
]}
|
||||
brandName="Vertex Design"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Performance", id: "#metric" },
|
||||
]}
|
||||
brandName="Vertex Design"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
title="Precision Design for Modern Innovation"
|
||||
description="We bridge the gap between complex industrial requirements and human-centered design. Delivering robust, scalable digital products with engineering-grade precision."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797628.jpg?_wi=1"
|
||||
imageAlt="Futuristic design studio"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started", href: "#products"},
|
||||
{
|
||||
text: "View Case Studies", href: "#features"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
title="Precision Engineering, Digital Innovation"
|
||||
description="Crafting robust, scalable digital infrastructure through design excellence. We define the standard for high-performance interfaces."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-metallic-textures-perforated-metal-background_1048-6358.jpg?_wi=1"
|
||||
buttons={[{ text: "Explore Work", href: "#about" }]}
|
||||
imagePosition="right"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentySeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "Industrial Precision", descriptions: [
|
||||
"Data-driven design processes that ensure high reliability.", "Tested interfaces built for extreme edge cases."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-metallic-textures-perforated-metal-background_1048-6358.jpg?_wi=1"},
|
||||
{
|
||||
id: "f2", title: "Modular Architecture", descriptions: [
|
||||
"Scalable design systems designed for complex platforms.", "Built to evolve alongside your business roadmap."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background-connecting-dots-digital-network-design_53876-160195.jpg?_wi=1"},
|
||||
{
|
||||
id: "f3", title: "Human Centric", descriptions: [
|
||||
"Complex logic translated into intuitive user experiences.", "Bridging human needs with high-stakes technical workflows."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-100-years-celebration-pen-tool-created-clipping-path-included-jpeg-easy-composite_460848-10131.jpg?_wi=1"},
|
||||
]}
|
||||
title="Engineering the Future"
|
||||
description="Our workflow is built on a foundation of deep domain expertise and modular design architectures."
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
title="Engineered for Complexity"
|
||||
description="Vertex Design specializes in translating complex technical requirements into intuitive, human-centric interfaces. Our design process is rooted in precision, reliability, and modular architecture."
|
||||
bulletPoints={[
|
||||
{ title: "Industrial Grade", description: "High-performance frameworks for critical operations.", icon: ShieldCheck },
|
||||
{ title: "Modular Design", description: "Scalable components built for enterprise growth.", icon: Cpu },
|
||||
{ title: "Human Centric", description: "Interfaces that prioritize user experience and usability.", icon: Target }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797628.jpg?_wi=1"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Vertex Core System", price: "$12,000", variant: "License", imageSrc: "http://img.b2bpic.net/free-photo/student-boy-using-laptop-learning-online-education_1150-16897.jpg?_wi=1"},
|
||||
{
|
||||
id: "p2", name: "Data UI Kit", price: "$8,500", variant: "License", imageSrc: "http://img.b2bpic.net/free-photo/student-boy-using-laptop-learning-online-education_1150-16897.jpg?_wi=2"},
|
||||
{
|
||||
id: "p3", name: "Analytics Pro Module", price: "$15,000", variant: "License", imageSrc: "http://img.b2bpic.net/free-photo/student-boy-using-laptop-learning-online-education_1150-16897.jpg?_wi=3"},
|
||||
{
|
||||
id: "p4", name: "Startup Scaler", price: "$22,000", variant: "License", imageSrc: "http://img.b2bpic.net/free-photo/student-boy-using-laptop-learning-online-education_1150-16897.jpg?_wi=4"},
|
||||
{
|
||||
id: "p5", name: "Enterprise Dashboard", price: "$30,000", variant: "License", imageSrc: "http://img.b2bpic.net/free-photo/student-boy-using-laptop-learning-online-education_1150-16897.jpg?_wi=5"},
|
||||
{
|
||||
id: "p6", name: "API Design Suite", price: "$9,500", variant: "License", imageSrc: "http://img.b2bpic.net/free-photo/student-boy-using-laptop-learning-online-education_1150-16897.jpg?_wi=6"},
|
||||
]}
|
||||
title="Our Design Frameworks"
|
||||
description="Premium digital tools engineered for startup growth and enterprise efficiency."
|
||||
/>
|
||||
</div>
|
||||
<div id="metric" data-section="metric">
|
||||
<AboutMetric
|
||||
title="Proven Impact"
|
||||
metrics={[
|
||||
{ value: "99.9%", label: "System Reliability", icon: Cpu },
|
||||
{ value: "40%", label: "Efficiency Boost", icon: Zap },
|
||||
{ value: "25x", label: "Growth Potential", icon: BarChart3 }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Voices of Innovation"
|
||||
description="Hear from industry leaders who trust Vertex Design with their critical infrastructure."
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Sarah Jenkins", role: "CTO at Nexus", testimonial: "The precision in their work is unmatched. Vertex transformed our complex data flows into a seamless experience.", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797628.jpg?_wi=2", imageAlt: "modern studio space tech blue light"},
|
||||
{
|
||||
id: "t2", name: "Mark Sterling", role: "Lead Architect", testimonial: "Vertex doesn't just design interfaces; they solve fundamental architectural problems.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-metallic-textures-perforated-metal-background_1048-6358.jpg?_wi=2", imageAlt: "3d metal icon abstract tech"},
|
||||
{
|
||||
id: "t3", name: "Elena Rodriguez", role: "VP of Design", testimonial: "Incredible attention to detail. Our team saved months of development time by using their core system.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background-connecting-dots-digital-network-design_53876-160195.jpg?_wi=2", imageAlt: "network nodes 3d icon blue"},
|
||||
{
|
||||
id: "t4", name: "David Chen", role: "Product Manager", testimonial: "The modular architecture they provided is the foundation for our entire product roadmap.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-100-years-celebration-pen-tool-created-clipping-path-included-jpeg-easy-composite_460848-10131.jpg?_wi=2", imageAlt: "user centric design 3d icon"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about partnering with our design studio."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797628.jpg?_wi=3"
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="blur-reveal"
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "What is your engagement model?", content: "We work via recurring monthly licenses for our design frameworks or project-based retainers for custom integration."},
|
||||
{
|
||||
id: "q2", title: "Do you support enterprise teams?", content: "Yes, our systems are specifically built to scale within complex, high-stakes enterprise environments."},
|
||||
{
|
||||
id: "q3", title: "How long does onboarding take?", content: "Typically, we provide full access to our design frameworks within 48 hours of license procurement."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Design Systems", href: "#"},
|
||||
{
|
||||
label: "Product Strategy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Vertex Design"
|
||||
copyrightText="© 2025 Vertex Design. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Studio", items: [{ label: "Philosophy", href: "#about" }, { label: "Metrics", href: "#metric" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] }
|
||||
]}
|
||||
logoText="Vertex Design"
|
||||
copyrightText="© 2025 Vertex Design. Industrial-Grade Digital Products."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user