From c520bf00c151cc44885a79e0470a834ef542ecd7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 09:59:39 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 411 ++++++++++------------------------------------- 1 file changed, 85 insertions(+), 326 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0165d48..2c82e37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,346 +3,105 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; -import FeatureBento from "@/components/sections/feature/FeatureBento"; -import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; -import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; -import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; -import TeamCardFive from "@/components/sections/team/TeamCardFive"; -import FaqBase from "@/components/sections/faq/FaqBase"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterBase from "@/components/sections/footer/FooterBase"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react"; +import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; +import FeatureCardTwentyNine from "@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine"; +import TimelineProcessFlow from "@/components/cardStack/layouts/timelines/TimelineProcessFlow"; +import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; +import ContactText from "@/components/sections/contact/ContactText"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import { Sparkles, MessageCircle, ArrowRight, Zap, Target, BarChart3, Users } from "lucide-react"; -export default function WebAgency2Page() { +export default function ZeeshanWebDesignerPage() { return ( - - - - - - - - - - - window.open('https://wa.me/yournumber', '_blank') }} /> + +
+ window.open('https://wa.me/yournumber', '_blank') }, + { text: "View Portfolio", href: "#portfolio" } + ]} + slides={[{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-5.webp", imageAlt: "Dental Clinic Website" }]} + /> +
+ +
+ +
+ +
+ , reverse: false }, + { content: "Strategic Design", media: , reverse: true }, + { content: "Launch & Optimization", media: , reverse: false } + ]} + /> +
+ +
+ +
+ +
+ window.open('https://wa.me/yournumber', '_blank') }]} + /> +
+ +
); -- 2.49.1 From 8846ffe7e2741c7b1380796f41f0f55e20f32c6e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 09:59:39 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 858b8d0..a28dce5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #161616; - --foreground: #f0f0f0; - --primary-cta: #ffffff; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #000f06e6; + --primary-cta: #0a7039; --primary-cta-text: #0a0a0a; - --secondary-cta: #1e1e1e; + --secondary-cta: #f9f9f9; --secondary-cta-text: #e0e0e0; - --accent: #d0d0d0; - --background-accent: #9a9a9a; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1