Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b5d777b33a | |||
| 1f6287369e | |||
| 1a33e621f6 | |||
| 0e06621688 |
196
src/app/page.tsx
196
src/app/page.tsx
@@ -4,11 +4,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Award, CheckCircle, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Work",
|
||||
id: "work",
|
||||
},
|
||||
name: "Work", id: "work"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Portfolio"
|
||||
/>
|
||||
@@ -56,35 +48,15 @@ export default function LandingPage() {
|
||||
description="Crafting digital experiences that tell unique stories. I turn ideas into elegant, functional designs."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Projects",
|
||||
href: "#work",
|
||||
},
|
||||
text: "View Projects", href: "#work"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-girl-denim-sitting-table-with-stationery-touching-computer-screen_197531-4896.jpg",
|
||||
imageAlt: "Creative project 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-girl-denim-sitting-table-with-stationery-touching-computer-screen_197531-4896.jpg?_wi=1", imageAlt: "Creative project 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709125.jpg",
|
||||
imageAlt: "Creative project 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709125.jpg", imageAlt: "Creative project 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/web-template-layout-draft-sketch_53876-167110.jpg",
|
||||
imageAlt: "Creative project 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-acrylic-balls-water-with-copy-space_23-2148469383.jpg",
|
||||
imageAlt: "Creative project 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-as-professional-architect_482257-8100.jpg",
|
||||
imageAlt: "Creative project 5",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-caught-pike-fish_23-2147894172.jpg",
|
||||
imageAlt: "Creative project 6",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/web-template-layout-draft-sketch_53876-167110.jpg?_wi=1", imageAlt: "Creative project 3"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -96,110 +68,54 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "5+",
|
||||
},
|
||||
label: "Years Experience", value: "5+"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Projects Completed",
|
||||
value: "40+",
|
||||
},
|
||||
label: "Projects Completed", value: "40+"},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Clients Served",
|
||||
value: "25+",
|
||||
},
|
||||
label: "Clients Served", value: "25+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="work" data-section="work">
|
||||
<FeatureCardTwelve
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
<FeatureCardTwentyFive
|
||||
animationType="depth-3d"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="Selected Work"
|
||||
description="A collection of my most impactful creative projects with immersive depth."
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
label: "UI/UX",
|
||||
title: "Brand Identity Redesign",
|
||||
items: [
|
||||
"User research",
|
||||
"Visual system",
|
||||
"Interaction flow",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
label: "Development",
|
||||
title: "E-commerce Platform",
|
||||
items: [
|
||||
"Performance optimization",
|
||||
"Responsive design",
|
||||
"Checkout flow",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
label: "Branding",
|
||||
title: "Corporate Design System",
|
||||
items: [
|
||||
"Typography study",
|
||||
"Color palette",
|
||||
"Brand guidelines",
|
||||
],
|
||||
},
|
||||
title: "Brand Identity", description: "Full brand ecosystem development.", icon: Award,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/web-template-layout-draft-sketch_53876-167110.jpg?_wi=2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/black-girl-denim-sitting-table-with-stationery-touching-computer-screen_197531-4896.jpg?_wi=2" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Selected Work"
|
||||
description="A collection of my most impactful creative projects."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
<TestimonialCardSixteen
|
||||
animationType="depth-3d"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Exceptional eye for detail and a truly professional approach to every challenge.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-eyeglasses-smiling-office_329181-14553.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mikechen",
|
||||
testimonial: "The best creative partner I've had. Consistently exceeds expectations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-white_1368-6366.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@erod",
|
||||
testimonial: "Highly recommended for any complex design needs. Very innovative.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-office-worker-woman-sitting-office-desk-using-laptop-computer-looking-aside-thinking-with-pensive-expression-working-office_141793-21259.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@dkim",
|
||||
testimonial: "Incredible communication and beautiful final output. Will work again.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alice Wang",
|
||||
handle: "@awang",
|
||||
testimonial: "Transformed our digital presence completely. Truly brilliant work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-with-short-curly-hair-dressed-jacket-glasses-poses-pink-with-clasped-hands-wonderful-smile_291650-1138.jpg",
|
||||
},
|
||||
]}
|
||||
title="Client Feedback"
|
||||
description="What partners have said about my work."
|
||||
kpiItems={[
|
||||
{ value: "98%", label: "Satisfaction" },
|
||||
{ value: "50+", label: "Projects" },
|
||||
{ value: "20+", label: "Countries" }
|
||||
]}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Design Lead", company: "Creative Co", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-eyeglasses-smiling-office_329181-14553.jpg"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -210,22 +126,14 @@ export default function LandingPage() {
|
||||
description="Interested in working together? Let's discuss your project."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Project Details",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Project Details", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-paper-colorful-paint-table_23-2149632412.jpg"
|
||||
/>
|
||||
@@ -236,29 +144,19 @@ export default function LandingPage() {
|
||||
logoText="PORTFOLIO"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Work",
|
||||
href: "#work",
|
||||
},
|
||||
label: "Work", href: "#work"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Socials",
|
||||
items: [
|
||||
title: "Socials", items: [
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "#",
|
||||
},
|
||||
label: "LinkedIn", href: "#"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -268,4 +166,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user