From 0e06621688f624dbfee6250ad99e1fd4b75f91be Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:08:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 196 ++++++++++++----------------------------------- 1 file changed, 47 insertions(+), 149 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c0ca072..236f504 100644 --- a/src/app/page.tsx +++ b/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() { @@ -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", 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", imageAlt: "Creative project 3"}, ]} /> @@ -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" />
-
-
@@ -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() { ); -} +} \ No newline at end of file -- 2.49.1