3 Commits

Author SHA1 Message Date
fc565ce818 Update src/app/pricing/page.tsx 2026-04-03 13:31:40 +00:00
2b69ee9d83 Add src/app/pricing/page.tsx 2026-04-03 13:31:13 +00:00
b79459d3e1 Update src/app/page.tsx 2026-04-03 13:31:13 +00:00
2 changed files with 85 additions and 128 deletions

View File

@@ -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" }] },
]}
/>
<ContactText

71
src/app/pricing/page.tsx Normal file
View File

@@ -0,0 +1,71 @@
"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 } 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 (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="aurora"
cardStyle="layered-gradient"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="medium"
>
<ReactLenis root>
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="Studio"
button={{ text: "Get in Touch", href: "/#contact" }}
/>
<PricingCardTwo
title="Choose Your Plan"
description="Select the perfect plan to streamline your AI video editing workflow."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{
id: "starter", badge: "Starter", price: "$29", subtitle: "Perfect for individuals getting started with AI editing.", features: ["Basic AI features", "5 projects per month", "1080p Export", "Email Support"],
buttons: [{ text: "Choose Plan" }]
},
{
id: "pro", badge: "Pro", price: "$79", subtitle: "Designed for power users and creators.", features: ["Advanced AI tools", "Unlimited projects", "4K Export", "Priority Support", "Cloud Storage"],
buttons: [{ text: "Choose Plan" }]
},
{
id: "enterprise", badge: "Enterprise", price: "$199", subtitle: "Tailored solutions for teams and agencies.", features: ["All Pro features", "Team collaboration", "Custom API access", "Dedicated manager", "Advanced analytics"],
buttons: [{ text: "Contact Us" }]
}
]}
/>
<FooterCard
logoText="Studio"
copyrightText="© 2025 Studio. All rights reserved."
socialLinks={[
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Follow us on Twitter" },
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Follow us on Instagram" },
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "Connect on LinkedIn" },
]}
/>
</ReactLenis>
</ThemeProvider>
);
}