198 lines
10 KiB
TypeScript
198 lines
10 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
|
import HeroCentered from "@/components/sections/hero/HeroCentered";
|
|
import AboutMetric from "@/components/sections/about/AboutMetric";
|
|
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
|
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
|
|
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
|
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
|
import ContactText from "@/components/sections/contact/ContactText";
|
|
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
|
import { Award, TrendingUp, Users, Zap } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="bounce-effect"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="soft"
|
|
contentWidth="smallMedium"
|
|
sizing="largeSizeMediumTitles"
|
|
background="noiseDiagonalGradient"
|
|
cardStyle="soft-shadow"
|
|
primaryButtonStyle="radial-glow"
|
|
secondaryButtonStyle="radial-glow"
|
|
headingFontWeight="bold"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleApple
|
|
brandName="Design Studio"
|
|
navItems={[
|
|
{ name: "Work", id: "work" },
|
|
{ name: "About", id: "about" },
|
|
{ name: "Expertise", id: "expertise" },
|
|
{ name: "Contact", id: "contact" },
|
|
{ name: "Resume", id: "https://example.com/resume.pdf" },
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroCentered
|
|
title="Crafting Exceptional Digital Experiences"
|
|
description="Senior Product Designer specializing in user-centered design, design systems, and digital transformation for innovative companies"
|
|
background={{ variant: "plain" }}
|
|
avatars={[
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/portrait-redhead-bearded-male-eyeglasses-dressed-elegant-wool-suit-grey-background_613910-15599.jpg", alt: "Client testimonial"},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/portrait-redhead-bearded-male-eyeglasses-dressed-elegant-wool-suit-grey-background_613910-15599.jpg", alt: "Client testimonial"},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/portrait-redhead-bearded-male-eyeglasses-dressed-elegant-wool-suit-grey-background_613910-15599.jpg", alt: "Client testimonial"},
|
|
]}
|
|
avatarText="Trusted by 50+ companies worldwide"
|
|
buttons={[
|
|
{ text: "View Work", href: "work" },
|
|
{ text: "Get in Touch", href: "contact" },
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<AboutMetric
|
|
title="10+ years of experience transforming business goals into intuitive, user-centered digital products that drive measurable results and customer satisfaction"
|
|
useInvertedBackground={false}
|
|
metricsAnimation="slide-up"
|
|
metrics={[
|
|
{ icon: Award, label: "Design Awards", value: "15+" },
|
|
{ icon: Users, label: "Happy Clients", value: "50+" },
|
|
{ icon: Zap, label: "Projects Shipped", value: "100+" },
|
|
{ icon: TrendingUp, label: "Years Experience", value: "10+" },
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="work" data-section="work">
|
|
<ProductCardOne
|
|
title="Featured Work"
|
|
description="A curated selection of recent projects showcasing strategic thinking, design excellence, and measurable business impact"
|
|
tag="Portfolio"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
animationType="slide-up"
|
|
gridVariant="three-columns-all-equal-width"
|
|
products={[
|
|
{
|
|
id: "1", name: "SaaS Dashboard Redesign", price: "Analytics Platform", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219823.jpg", imageAlt: "SaaS dashboard interface redesign"},
|
|
{
|
|
id: "2", name: "Mobile App Design System", price: "Fintech Application", imageSrc: "http://img.b2bpic.net/free-vector/mobile-app-concept_52683-5157.jpg", imageAlt: "Mobile application design system"},
|
|
{
|
|
id: "3", name: "E-Commerce Platform", price: "Retail Experience", imageSrc: "http://img.b2bpic.net/free-vector/gradient-e-commerce-design-template_23-2149567524.jpg", imageAlt: "E-commerce platform design"},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="expertise" data-section="expertise">
|
|
<FeatureCardNineteen
|
|
title="My Expertise"
|
|
description="Core competencies in product design, user research, and digital strategy"
|
|
tag="Skillset"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
features={[
|
|
{
|
|
id: 1,
|
|
tag: "Design", title: "UX/UI Design", subtitle: "User-centered design thinking", description: "Creating intuitive interfaces that solve real user problems. Expertise in wireframing, prototyping, user testing, and iterative design processes across web and mobile platforms.", imageSrc: "http://img.b2bpic.net/free-vector/social-page-application-ui-design-concept_1284-45234.jpg"},
|
|
{
|
|
id: 2,
|
|
tag: "Systems", title: "Design Systems", subtitle: "Scalable, consistent solutions", description: "Building comprehensive design systems and component libraries that enable teams to work faster and maintain consistency across products. Strong experience with Figma and design documentation.", imageSrc: "http://img.b2bpic.net/free-vector/website-design-proposal-template-design_742173-25042.jpg"},
|
|
{
|
|
id: 3,
|
|
tag: "Research", title: "User Research", subtitle: "Data-driven decisions", description: "Conducting user interviews, usability tests, and analytics research to inform design decisions. Translating research insights into actionable design improvements.", imageSrc: "http://img.b2bpic.net/free-photo/workspace-with-note-brick-wall_53876-31266.jpg"},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
<MetricCardEleven
|
|
title="Impact Driven Results"
|
|
description="Measurable outcomes from design work across diverse industries and project types"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
animationType="slide-up"
|
|
metrics={[
|
|
{
|
|
id: "1", value: "45%", title: "Conversion Increase", description: "Average uplift across redesigned platforms", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219823.jpg", imageAlt: "Conversion metrics"},
|
|
{
|
|
id: "2", value: "2.3M+", title: "Users Impacted", description: "Direct users of designed products", imageSrc: "http://img.b2bpic.net/free-vector/mobile-app-concept_52683-5157.jpg", imageAlt: "Users impacted"},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardTwelve
|
|
testimonials={[
|
|
{
|
|
id: "1", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen"},
|
|
{
|
|
id: "2", name: "Michael Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Rodriguez"},
|
|
{
|
|
id: "3", name: "Emma Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Thompson"},
|
|
{
|
|
id: "4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson"},
|
|
]}
|
|
cardTitle="Trusted by leading companies and innovative teams who value design excellence and user-focused solutions"
|
|
cardTag="Client Stories"
|
|
useInvertedBackground={false}
|
|
cardAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactText
|
|
text="Ready to elevate your product? Let's collaborate to create design solutions that inspire users and drive business growth."
|
|
animationType="entrance-slide"
|
|
background={{ variant: "plain" }}
|
|
useInvertedBackground={false}
|
|
buttons={[
|
|
{ text: "Start a Project", href: "https://example.com/contact" },
|
|
{ text: "Schedule a Call", href: "https://calendly.com/example" },
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterLogoEmphasis
|
|
logoText="Design Studio"
|
|
columns={[
|
|
{
|
|
items: [
|
|
{ label: "Work", href: "#work" },
|
|
{ label: "About", href: "#about" },
|
|
{ label: "Expertise", href: "#expertise" },
|
|
],
|
|
},
|
|
{
|
|
items: [
|
|
{ label: "LinkedIn", href: "https://linkedin.com" },
|
|
{ label: "Twitter", href: "https://twitter.com" },
|
|
{ label: "Dribbble", href: "https://dribbble.com" },
|
|
],
|
|
},
|
|
{
|
|
items: [
|
|
{ label: "hello@designstudio.com", href: "mailto:hello@designstudio.com" },
|
|
{ label: "Privacy Policy", href: "#" },
|
|
{ label: "Terms of Service", href: "#" },
|
|
],
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
}
|