Merge version_2 into main #2
122
src/app/page.tsx
122
src/app/page.tsx
@@ -2,13 +2,14 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { PenTool, Mail, Instagram, Linkedin, Twitter } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,100 +35,93 @@ export default function LandingPage() {
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Creative Studio"
|
||||
brandName="Graphic Design Studio"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="CREATIVE PORTFOLIO"
|
||||
description="Crafting meaningful digital experiences through visual design and strategic thinking. Let's build something exceptional together."
|
||||
buttons={[{ text: "View Projects", href: "#works" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-top-view-office-table-desk-workspace-background_1150-6664.jpg"
|
||||
imageAlt="creative designer desk workspace"
|
||||
<HeroSplitKpi
|
||||
title="Visual Design for Modern Brands"
|
||||
description="Expert graphic design services specialized in visual identity, typography, and layout. I transform concepts into compelling visual stories."
|
||||
kpis={[
|
||||
{ value: "50+", label: "Projects Completed" },
|
||||
{ value: "10+", label: "Years Experience" },
|
||||
{ value: "100%", label: "Client Satisfaction" }
|
||||
]}
|
||||
buttons={[{ text: "Explore Work", href: "#works" }, { text: "Contact Me", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/graphic-designer-working-design-studio_23-2148921869.jpg"
|
||||
imageAlt="Graphic designer workspace"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{ type: "text", content: "About " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/female-web-designer-office-with-laptop_23-2149749876.jpg", alt: "portrait professional graphic designer" },
|
||||
{ type: "text", content: " The Studio" },
|
||||
<MetricSplitMediaAbout
|
||||
title="Crafting Visual Excellence"
|
||||
description="With a keen eye for aesthetics and a background in typography, I specialize in creating distinct brand identities and editorial designs that resonate with audiences."
|
||||
metrics={[
|
||||
{ value: "Branding", title: "Identity Design" },
|
||||
{ value: "Print", title: "Editorial & Packaging" },
|
||||
{ value: "Digital", title: "UI & Motion Design" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-graphic-designer-working-office_23-2149749876.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="works" data-section="works">
|
||||
<ProductCardOne
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "w1", name: "Corporate Identity", price: "2024", imageSrc: "http://img.b2bpic.net/free-photo/printer-icon-computer-page-digital-paper-concept_53876-124304.jpg" },
|
||||
{ id: "w2", name: "Editorial Design", price: "2024", imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-photos-light-movie-projector_23-2149377353.jpg" },
|
||||
{ id: "w3", name: "Luxury Packaging", price: "2023", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendered-abstract-design-elements-arrangement_23-2148996799.jpg" },
|
||||
{ id: "w4", name: "SaaS Platform UI", price: "2023", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0ftu4z" },
|
||||
{ id: "w5", name: "Street Photography", price: "2022", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photos-ceramic-kitchenware_23-2149060844.jpg" },
|
||||
{ id: "w6", name: "Motion Graphics", price: "2022", imageSrc: "http://img.b2bpic.net/free-photo/videographer-editor-creates-ai-art-materials-using-text-video-software_482257-126484.jpg" },
|
||||
{ id: "w1", name: "Typography Portfolio", price: "2024", variant: "Branding", imageSrc: "http://img.b2bpic.net/free-photo/minimal-design-layout-inspiration_53876-124304.jpg" },
|
||||
{ id: "w2", name: "Minimalist Packaging", price: "2023", variant: "Print", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendered-abstract-design-elements_23-2148996799.jpg" },
|
||||
{ id: "w3", name: "Brand Motion Identity", price: "2024", variant: "Motion", imageSrc: "http://img.b2bpic.net/free-photo/videographer-motion-graphics_482257-126484.jpg" },
|
||||
{ id: "w4", name: "Social Media System", price: "2023", variant: "Digital", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photos-ceramic-kitchenware_23-2149060844.jpg" },
|
||||
]}
|
||||
title="Selected Works"
|
||||
description="A collection of recent projects spanning branding, digital design, and artistic illustration."
|
||||
title="Selected Projects"
|
||||
description="From brand identities to digital layouts, here are a few highlights of my professional design journey."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
<TestimonialCardSix
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
title="Collaborator Reviews"
|
||||
description="What clients say about working together on design projects."
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Emma Watson", role: "Creative Lead", company: "DesignCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg" },
|
||||
{ id: "t2", name: "Mark Miller", role: "Marketing Director", company: "TechFlow", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-young-man-walking-european-city-street_158595-4722.jpg" },
|
||||
{ id: "t3", name: "Sarah Lee", role: "Owner", company: "Boutique Art", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-stylish-laughing-model-black-casual-summer-clothes-cap-with-natural-makeup-gray_158538-11828.jpg" },
|
||||
{ id: "t4", name: "David Clark", role: "Product Manager", company: "Innovate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11594.jpg" },
|
||||
{ id: "t5", name: "Linda J.", role: "Brand Specialist", company: "Visionary", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-drawing_23-2149445987.jpg" },
|
||||
{ id: "t1", name: "Anna Smith", handle: "@design_lead", testimonial: "The attention to detail in the layout and typography was exceptional. A true design professional.", icon: PenTool },
|
||||
{ id: "t2", name: "David Jones", handle: "@brand_owner", testimonial: "They understood my brand vision immediately and translated it into a beautiful visual language.", icon: PenTool },
|
||||
]}
|
||||
title="Client Feedback"
|
||||
description="Don't just take our word for it—here is what our collaborators have to say about the creative process and results."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Let's Connect"
|
||||
title="Start Your Project"
|
||||
description="Ready to bring your ideas to life? Fill out the form and let's start a conversation about your project goals."
|
||||
<ContactSplitForm
|
||||
title="Let's Collaborate"
|
||||
description="Have a design challenge or a new project idea? Send me a message and let's discuss how we can create something impactful."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Your Email" }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Tell me about your project..." }}
|
||||
buttonText="Send Message"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-holding-color-samples_23-2148425265.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="CREATIVE STUDIO"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{ label: "Works", href: "#works" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Twitter", href: "#" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "LinkedIn", href: "#" },
|
||||
],
|
||||
},
|
||||
<FooterCard
|
||||
logoText="Graphic Design Studio"
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
|
||||
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user