From b79459d3e119cd2aef47223b9246b5c000357cb9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 13:31:13 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 142 +++++------------------------------------------ 1 file changed, 14 insertions(+), 128 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7766c13..1c6178c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,6 +19,7 @@ export default function WebAgencyThemePage() { { name: "Home", id: "home" }, { name: "Services", id: "services" }, { name: "Work", id: "work" }, + { name: "Pricing", id: "/pricing" }, { name: "Contact", id: "contact" }, ]; @@ -54,14 +55,8 @@ export default function WebAgencyThemePage() { { value: "12+", label: "Years Experience" }, ]} buttons={[ - { - text: "Start Project", - href: "#contact", - }, - { - text: "View Work", - href: "#work", - }, + { text: "Start Project", href: "#contact" }, + { text: "View Work", href: "#work" }, ]} avatars={[ { src: "/templates/web-agency/hero/hero2.webp", alt: "Team member 1" }, @@ -101,42 +96,10 @@ export default function WebAgencyThemePage() { tag="What We Do" tagIcon={Layers} features={[ - { - id: 1, - tag: "Service 01", - title: "01", - subtitle: "Web Development", - description: "Your website should be more than functional—it should resonate. We craft bespoke digital experiences that merge innovation with creativity, delivering intuitive, visually stunning platforms that captivate audiences, reflect your brand's essence, and adapt to future opportunities.", - imageSrc: "/templates/web-agency/process/process1.webp", - imageAlt: "Web development", - }, - { - id: 2, - tag: "Service 02", - title: "02", - subtitle: "Marketing", - description: "Impactful marketing goes beyond visibility—it creates connections. We fuse creativity with analytics to craft adaptive strategies that engage your audience authentically, keeping your brand relevant and resonant while delivering measurable results in an ever-evolving digital world.", - imageSrc: "/templates/web-agency/process/process2.webp", - imageAlt: "Marketing", - }, - { - id: 3, - tag: "Service 03", - title: "03", - subtitle: "Design", - description: "Design is your brand's voice. We craft visuals and layouts that communicate purpose, inspire trust, and connect emotionally. By harmonizing artistry with intent, our designs transform user interactions into meaningful, memorable experiences that align with your identity.", - imageSrc: "/templates/web-agency/process/process3.webp", - imageAlt: "Design", - }, - { - id: 4, - tag: "Service 04", - title: "04", - subtitle: "Software Development", - description: "We build custom software that evolves with your business. By addressing unique challenges, our tailored solutions streamline workflows, eliminate inefficiencies, and foster innovation—empowering you to scale, adapt, and maintain a competitive edge in an ever-changing landscape.", - imageSrc: "/templates/web-agency/process/process4.webp", - imageAlt: "Software development", - }, + { id: 1, tag: "Service 01", title: "01", subtitle: "Web Development", description: "Your website should be more than functional—it should resonate. We craft bespoke digital experiences that merge innovation with creativity, delivering intuitive, visually stunning platforms that captivate audiences, reflect your brand's essence, and adapt to future opportunities.", imageSrc: "/templates/web-agency/process/process1.webp", imageAlt: "Web development" }, + { id: 2, tag: "Service 02", title: "02", subtitle: "Marketing", description: "Impactful marketing goes beyond visibility—it creates connections. We fuse creativity with analytics to craft adaptive strategies that engage your audience authentically, keeping your brand relevant and resonant while delivering measurable results in an ever-evolving digital world.", imageSrc: "/templates/web-agency/process/process2.webp", imageAlt: "Marketing" }, + { id: 3, tag: "Service 03", title: "03", subtitle: "Design", description: "Design is your brand's voice. We craft visuals and layouts that communicate purpose, inspire trust, and connect emotionally. By harmonizing artistry with intent, our designs transform user interactions into meaningful, memorable experiences that align with your identity.", imageSrc: "/templates/web-agency/process/process3.webp", imageAlt: "Design" }, + { id: 4, tag: "Service 04", title: "04", subtitle: "Software Development", description: "We build custom software that evolves with your business. By addressing unique challenges, our tailored solutions streamline workflows, eliminate inefficiencies, and foster innovation—empowering you to scale, adapt, and maintain a competitive edge in an ever-changing landscape.", imageSrc: "/templates/web-agency/process/process4.webp", imageAlt: "Software development" }, ]} textboxLayout="default" useInvertedBackground={false} @@ -162,54 +125,10 @@ export default function WebAgencyThemePage() { tag="Testimonials" tagIcon={Star} testimonials={[ - { - id: "1", - name: "Sarah Johnson", - date: "CEO, TechStart", - title: "Transformed Our Digital Presence", - quote: "Working with Studio was a game-changer for our startup. They delivered a website that not only looks stunning but converts visitors into customers at twice our previous rate.", - tag: "Web Development", - avatarSrc: "/templates/web-agency/hero/hero2.webp", - avatarAlt: "Sarah Johnson", - imageSrc: "/templates/web-agency/hero/hero2.webp", - imageAlt: "TechStart project showcase", - }, - { - id: "2", - name: "Michael Chen", - date: "Founder, GrowthLab", - title: "Exceeded All Expectations", - quote: "The team's attention to detail and creative vision brought our brand to life in ways we never imagined. Our new platform has received incredible feedback from users.", - tag: "Brand Design", - avatarSrc: "/templates/web-agency/hero/hero3.webp", - avatarAlt: "Michael Chen", - imageSrc: "/templates/web-agency/hero/hero3.webp", - imageAlt: "GrowthLab project showcase", - }, - { - id: "3", - name: "Emily Rodriguez", - date: "Marketing Director, Elevate", - title: "A True Partnership", - quote: "From strategy to execution, Studio understood our vision and delivered beyond what we hoped for. The new website has become our most powerful marketing asset.", - tag: "E-commerce", - avatarSrc: "/templates/web-agency/hero/hero4.webp", - avatarAlt: "Emil Svenson", - imageSrc: "/templates/web-agency/hero/hero4.webp", - imageAlt: "Elevate project showcase", - }, - { - id: "4", - name: "David Park", - date: "CTO, InnovateCo", - title: "Technical Excellence", - quote: "The development team delivered a high-performance application that handles our complex requirements with ease. Their technical expertise is unmatched in the industry.", - tag: "Web Application", - avatarSrc: "/templates/web-agency/hero/hero5.webp", - avatarAlt: "David Park", - imageSrc: "/templates/web-agency/hero/hero5.webp", - imageAlt: "InnovateCo project showcase", - }, + { id: "1", name: "Sarah Johnson", date: "CEO, TechStart", title: "Transformed Our Digital Presence", quote: "Working with Studio was a game-changer for our startup. They delivered a website that not only looks stunning but converts visitors into customers at twice our previous rate.", tag: "Web Development", avatarSrc: "/templates/web-agency/hero/hero2.webp", avatarAlt: "Sarah Johnson", imageSrc: "/templates/web-agency/hero/hero2.webp", imageAlt: "TechStart project showcase" }, + { id: "2", name: "Michael Chen", date: "Founder, GrowthLab", title: "Exceeded All Expectations", quote: "The team's attention to detail and creative vision brought our brand to life in ways we never imagined. Our new platform has received incredible feedback from users.", tag: "Brand Design", avatarSrc: "/templates/web-agency/hero/hero3.webp", avatarAlt: "Michael Chen", imageSrc: "/templates/web-agency/hero/hero3.webp", imageAlt: "GrowthLab project showcase" }, + { id: "3", name: "Emily Rodriguez", date: "Marketing Director, Elevate", title: "A True Partnership", quote: "From strategy to execution, Studio understood our vision and delivered beyond what we hoped for. The new website has become our most powerful marketing asset.", tag: "E-commerce", avatarSrc: "/templates/web-agency/hero/hero4.webp", avatarAlt: "Emil Svenson", imageSrc: "/templates/web-agency/hero/hero4.webp", imageAlt: "Elevate project showcase" }, + { id: "4", name: "David Park", date: "CTO, InnovateCo", title: "Technical Excellence", quote: "The development team delivered a high-performance application that handles our complex requirements with ease. Their technical expertise is unmatched in the industry.", tag: "Web Application", avatarSrc: "/templates/web-agency/hero/hero5.webp", avatarAlt: "David Park", imageSrc: "/templates/web-agency/hero/hero5.webp", imageAlt: "InnovateCo project showcase" }, ]} textboxLayout="default" useInvertedBackground={false} @@ -223,42 +142,9 @@ export default function WebAgencyThemePage() { animationType="slide-up" useInvertedBackground={false} features={[ - { - id: "1", - title: "Discovery & Strategy", - description: "We start by understanding your goals, audience, and market to build a roadmap tailored to your business.", - media: { imageSrc: "/templates/web-agency/services/how1.webp", imageAlt: "Discovery and strategy" }, - reverse: false, - items: [ - { icon: Code, text: "In-depth research and audits" }, - { icon: Zap, text: "Clear goals and KPIs defined" }, - { icon: Check, text: "Custom project roadmap" }, - ], - }, - { - id: "2", - title: "Design & Prototyping", - description: "We translate strategy into visual concepts, iterating with you until every detail feels right.", - media: { imageSrc: "/templates/web-agency/services/how2.webp", imageAlt: "Design and prototyping" }, - reverse: true, - items: [ - { icon: Palette, text: "Wireframes and mockups" }, - { icon: Layers, text: "Interactive prototypes" }, - { icon: Check, text: "Client feedback loops" }, - ], - }, - { - id: "3", - title: "Build & Launch", - description: "We develop, test, and deploy your project with precision, ensuring a smooth launch and measurable impact.", - media: { imageSrc: "/templates/web-agency/services/how3.webp", imageAlt: "Build and launch" }, - reverse: false, - items: [ - { icon: TrendingUp, text: "Agile development sprints" }, - { icon: Globe, text: "QA testing and optimization" }, - { icon: Check, text: "Launch support and analytics" }, - ], - }, + { id: "1", title: "Discovery & Strategy", description: "We start by understanding your goals, audience, and market to build a roadmap tailored to your business.", media: { imageSrc: "/templates/web-agency/services/how1.webp", imageAlt: "Discovery and strategy" }, reverse: false, items: [{ icon: Code, text: "In-depth research and audits" }, { icon: Zap, text: "Clear goals and KPIs defined" }, { icon: Check, text: "Custom project roadmap" }] }, + { id: "2", title: "Design & Prototyping", description: "We translate strategy into visual concepts, iterating with you until every detail feels right.", media: { imageSrc: "/templates/web-agency/services/how2.webp", imageAlt: "Design and prototyping" }, reverse: true, items: [{ icon: Palette, text: "Wireframes and mockups" }, { icon: Layers, text: "Interactive prototypes" }, { icon: Check, text: "Client feedback loops" }] }, + { id: "3", title: "Build & Launch", description: "We develop, test, and deploy your project with precision, ensuring a smooth launch and measurable impact.", media: { imageSrc: "/templates/web-agency/services/how3.webp", imageAlt: "Build and launch" }, reverse: false, items: [{ icon: TrendingUp, text: "Agile development sprints" }, { icon: Globe, text: "QA testing and optimization" }, { icon: Check, text: "Launch support and analytics" }] }, ]} /> Date: Fri, 3 Apr 2026 13:31:13 +0000 Subject: [PATCH 2/2] Add src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 70 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 src/app/pricing/page.tsx diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx new file mode 100644 index 0000000..dec6131 --- /dev/null +++ b/src/app/pricing/page.tsx @@ -0,0 +1,70 @@ +"use client"; + +import ReactLenis from "lenis/react"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; +import FooterCard from "@/components/sections/footer/FooterCard"; +import { Twitter, Instagram, Linkedin, Check } from "lucide-react"; + +export default function PricingPage() { + const navItems = [ + { name: "Home", id: "/" }, + { name: "Services", id: "/#services" }, + { name: "Work", id: "/#work" }, + { name: "Pricing", id: "/pricing" }, + { name: "Contact", id: "/#contact" }, + ]; + + return ( + + + + + + + + ); +} \ No newline at end of file -- 2.49.1