7 Commits

Author SHA1 Message Date
f7cf7cb3a5 Merge version_3 into main
Merge version_3 into main
2026-06-03 18:17:24 +00:00
5c1c77445c Update src/app/styles/variables.css 2026-06-03 18:17:21 +00:00
e731fe79f1 Update src/app/styles/base.css 2026-06-03 18:17:21 +00:00
e7eab646c0 Update src/app/page.tsx 2026-06-03 18:17:20 +00:00
61b29ab023 Update src/app/layout.tsx 2026-06-03 18:17:20 +00:00
163c654314 Merge version_2 into main
Merge version_2 into main
2026-06-03 18:15:04 +00:00
476c441d91 Merge version_2 into main
Merge version_2 into main
2026-06-03 18:14:38 +00:00
4 changed files with 276 additions and 256 deletions

View File

@@ -6,23 +6,23 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Manrope } from "next/font/google";
import { DM_Sans } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'JJS Studios | Bespoke Web Design & Digital Experiences', title: 'JJS Studios | Bespoke Web Design & Digital Experiences',
description: 'Transform your vision into a captivating online experience with JJS Studios. We specialize in bespoke web design, development, and digital strategy.', description: 'Transform your vision into a captivating online experience with JJS Studios. We specialize in bespoke web design, development, and digital strategy.',
}; };
const manrope = Manrope({
variable: "--font-manrope", subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
});
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: Readonly<{
@@ -31,9 +31,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body <body className={`${manrope.variable} ${dmSans.variable} antialiased`}>
className={`${halant.variable} ${inter.variable} antialiased`}
>
<Tag /> <Tag />
{children} {children}
<script <script

View File

@@ -18,16 +18,16 @@ import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingU
export default function WebAgency2Page() { export default function WebAgency2Page() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="text-stagger" defaultButtonVariant="directional-hover"
defaultTextAnimation="entrance-slide" defaultTextAnimation="entrance-slide"
borderRadius="pill" borderRadius="rounded"
contentWidth="medium" contentWidth="medium"
sizing="medium" sizing="medium"
background="none" background="none"
cardStyle="glass-elevated" cardStyle="solid"
primaryButtonStyle="metallic" primaryButtonStyle="shadow"
secondaryButtonStyle="glass" secondaryButtonStyle="solid"
headingFontWeight="medium" headingFontWeight="semibold"
> >
<ReactLenis root> <ReactLenis root>
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
@@ -40,241 +40,263 @@ export default function WebAgency2Page() {
]} ]}
button={{ text: "Get Started", href: "#contact" }} button={{ text: "Get Started", href: "#contact" }}
/> />
<HeroSplitDoubleCarousel <div id="hero" data-section="hero">
title="JJS Studios: Crafting Digital Experiences That Elevate Your Brand" <HeroSplitDoubleCarousel
description="Transform your brand with cutting-edge web design and development. We craft stunning websites that convert visitors into customers." title="JJS Studios: Crafting Digital Experiences That Elevate Your Brand"
tag="Award-Winning Agency" description="Transform your brand with cutting-edge web design and development. We craft stunning websites that convert visitors into customers."
tagIcon={Sparkles} tag="Award-Winning Agency"
tagAnimation="slide-up" tagIcon={Sparkles}
background={{ variant: "canvas-reveal" }} tagAnimation="slide-up"
buttons={[ background={{ variant: "canvas-reveal" }}
{ text: "Start Project", href: "#contact" }, buttons={[
{ text: "View Work", href: "#work" }, { text: "Start Project", href: "#contact" },
]} { text: "View Work", href: "#work" },
buttonAnimation="slide-up" ]}
carouselPosition="right" buttonAnimation="slide-up"
leftCarouselItems={[ carouselPosition="right"
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp?_wi=1", imageAlt: "UI UX Design - Daily Life app" }, leftCarouselItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp?_wi=1", imageAlt: "UI UX Design - SaaS platform" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp?_wi=1", imageAlt: "UI UX Design - Daily Life app" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp", imageAlt: "UI UX Design - Luminé skincare" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp?_wi=1", imageAlt: "UI UX Design - SaaS platform" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-7.webp", imageAlt: "UI UX Design - Online courses" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp", imageAlt: "UI UX Design - Luminé skincare" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-9.webp", imageAlt: "UI UX Design - Business coach" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-7.webp", imageAlt: "UI UX Design - Online courses" },
]} { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-9.webp", imageAlt: "UI UX Design - Business coach" },
rightCarouselItems={[ ]}
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp?_wi=1", imageAlt: "UI UX Design - Luxuria travel" }, rightCarouselItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-5.webp", imageAlt: "UI UX Design - Dental practice" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp?_wi=1", imageAlt: "UI UX Design - Luxuria travel" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-3.webp", imageAlt: "UI UX Design - AI product builder" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-5.webp", imageAlt: "UI UX Design - Dental practice" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-8.webp", imageAlt: "UI UX Design - AI automation" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-3.webp", imageAlt: "UI UX Design - AI product builder" },
]} { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-8.webp", imageAlt: "UI UX Design - AI automation" },
carouselItemClassName="!aspect-[4/5]" ]}
/> carouselItemClassName="!aspect-[4/5]"
<FeatureBento />
title="Our Services" </div>
description="We offer a full suite of digital services to help your brand stand out online." <div id="services" data-section="services">
textboxLayout="default" <FeatureBento
useInvertedBackground={false} title="Our Services"
animationType="slide-up" description="We offer a full suite of digital services to help your brand stand out online."
buttons={[{ text: "All Services", href: "#services" }]} textboxLayout="default"
buttonAnimation="slide-up" useInvertedBackground={false}
features={[ animationType="slide-up"
{ buttons={[{ text: "All Services", href: "#services" }]}
title: "SEO", description: "We optimize your website to rank higher on search engines and drive organic traffic.", bentoComponent: "marquee", centerIcon: Search, buttonAnimation="slide-up"
variant: "text", texts: ["Keywords", "Backlinks", "Meta Tags", "Organic Traffic", "Rankings", "Analytics", "SERP", "Indexing"], features={[
}, {
{ title: "SEO", description: "We optimize your website to rank higher on search engines and drive organic traffic.", bentoComponent: "marquee", centerIcon: Search,
title: "Web Development", description: "Custom-built websites that are fast, responsive, and designed to convert.", bentoComponent: "media-stack", items: [ variant: "text", texts: ["Keywords", "Backlinks", "Meta Tags", "Organic Traffic", "Rankings", "Analytics", "SERP", "Indexing"],
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "Web project - AgentFlow AI platform" }, },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp", imageAlt: "Web project - Architecture studio" }, {
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp", imageAlt: "Web project - Summit Roofing" }, title: "Web Development", description: "Custom-built websites that are fast, responsive, and designed to convert.", bentoComponent: "media-stack", items: [
], { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "Web project - AgentFlow AI platform" },
}, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp", imageAlt: "Web project - Architecture studio" },
{ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp", imageAlt: "Web project - Summit Roofing" },
title: "Branding", description: "Build a memorable brand identity that resonates with your audience.", bentoComponent: "media-stack", items: [ ],
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp?_wi=2", imageAlt: "Brand project 1" }, },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp?_wi=2", imageAlt: "Brand project 2" }, {
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp?_wi=2", imageAlt: "Brand project 3" }, title: "Branding", description: "Build a memorable brand identity that resonates with your audience.", bentoComponent: "media-stack", items: [
], { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp?_wi=2", imageAlt: "Brand project 1" },
}, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp?_wi=2", imageAlt: "Brand project 2" },
]} { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp?_wi=2", imageAlt: "Brand project 3" },
/> ],
<FeatureCardTwentySix },
title="Our Work" ]}
description="A selection of projects we've crafted for clients across industries." />
textboxLayout="default" </div>
useInvertedBackground={false} <div id="work" data-section="work">
buttons={[{ text: "View All Work", href: "#work" }]} <FeatureCardTwentySix
buttonAnimation="slide-up" title="Our Work"
cardClassName="!h-auto aspect-video" description="A selection of projects we've crafted for clients across industries."
features={[ textboxLayout="default"
{ useInvertedBackground={false}
title: "Umbra Skincare", description: "Luxury fragrance e-commerce", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp", imageAlt: "Umbra Skincare website", buttonIcon: ArrowUpRight, buttons={[{ text: "View All Work", href: "#work" }]}
buttonHref: "#"}, buttonAnimation="slide-up"
{ cardClassName="!h-auto aspect-video"
title: "Luxuria Travel", description: "Bespoke luxury travel experiences", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp", imageAlt: "Luxuria Travel website", buttonIcon: ArrowUpRight, features={[
buttonHref: "#"}, {
{ title: "Umbra Skincare", description: "Luxury fragrance e-commerce", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp", imageAlt: "Umbra Skincare website", buttonIcon: ArrowUpRight,
title: "Dental Care", description: "Premier dental practice", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp", imageAlt: "Luxury Dental Care website", buttonIcon: ArrowUpRight, buttonHref: "#"},
buttonHref: "#"}, {
{ title: "Luxuria Travel", description: "Bespoke luxury travel experiences", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp", imageAlt: "Luxuria Travel website", buttonIcon: ArrowUpRight,
title: "Summit Roofing", description: "Professional roofing services", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp", imageAlt: "Summit Roofing website", buttonIcon: ArrowUpRight, buttonHref: "#"},
buttonHref: "#"}, {
{ title: "Dental Care", description: "Premier dental practice", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp", imageAlt: "Luxury Dental Care website", buttonIcon: ArrowUpRight,
title: "Dubai Real Estate", description: "Luxury property listings", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp", imageAlt: "Dubai Real Estate website", buttonIcon: ArrowUpRight, buttonHref: "#"},
buttonHref: "#"}, {
]} title: "Summit Roofing", description: "Professional roofing services", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp", imageAlt: "Summit Roofing website", buttonIcon: ArrowUpRight,
/> buttonHref: "#"},
<FeatureBento {
title="Our Promise" title: "Dubai Real Estate", description: "Luxury property listings", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp", imageAlt: "Dubai Real Estate website", buttonIcon: ArrowUpRight,
description="We deliver results that speak for themselves." buttonHref: "#"},
textboxLayout="default" ]}
useInvertedBackground={false} />
animationType="slide-up" </div>
features={[ <div id="promise" data-section="promise">
{ <FeatureBento
title: "All Devices Optimization", description: "Pixel-perfect websites that look stunning on every screen size and device.", bentoComponent: "phone", statusIcon: Lock, title="Our Promise"
alertIcon: Monitor, description="We deliver results that speak for themselves."
alertTitle: "Responsive check", alertMessage: "All breakpoints passed", apps: [ textboxLayout="default"
{ name: "Phone", icon: Phone }, useInvertedBackground={false}
{ name: "SMS", icon: MessageCircle }, animationType="slide-up"
{ name: "Books", icon: BookOpen }, features={[
{ name: "TV", icon: Tv }, {
{ name: "Camera", icon: Camera }, title: "All Devices Optimization", description: "Pixel-perfect websites that look stunning on every screen size and device.", bentoComponent: "phone", statusIcon: Lock,
{ name: "Music", icon: Music }, alertIcon: Monitor,
{ name: "Settings", icon: Settings }, alertTitle: "Responsive check", alertMessage: "All breakpoints passed", apps: [
{ name: "Chat", icon: MessageCircle }, { name: "Phone", icon: Phone },
], { name: "SMS", icon: MessageCircle },
}, { name: "Books", icon: BookOpen },
{ { name: "TV", icon: Tv },
title: "Secure Hosting", description: "Enterprise-grade security and 99.9% uptime for your website.", bentoComponent: "reveal-icon", icon: Shield, { name: "Camera", icon: Camera },
}, { name: "Music", icon: Music },
{ { name: "Settings", icon: Settings },
title: "Fast Turnaround", description: "From concept to launch in record time without sacrificing quality.", bentoComponent: "timeline", heading: "Project Launch", subheading: "Week 1", items: [ { name: "Chat", icon: MessageCircle },
{ label: "Discovery & wireframes", detail: "Day 1-3" }, ],
{ label: "Design & development", detail: "Day 4-10" }, },
{ label: "Testing & deployment", detail: "Day 11-14" }, {
], title: "Secure Hosting", description: "Enterprise-grade security and 99.9% uptime for your website.", bentoComponent: "reveal-icon", icon: Shield,
completedLabel: "Live"}, },
{ {
title: "Seamless Integrations", description: "Connect with the tools you already use — CRMs, analytics, payments, and more.", bentoComponent: "orbiting-icons", centerIcon: Puzzle, title: "Fast Turnaround", description: "From concept to launch in record time without sacrificing quality.", bentoComponent: "timeline", heading: "Project Launch", subheading: "Week 1", items: [
{ label: "Discovery & wireframes", detail: "Day 1-3" },
{ label: "Design & development", detail: "Day 4-10" },
{ label: "Testing & deployment", detail: "Day 11-14" },
],
completedLabel: "Live"},
{
title: "Seamless Integrations", description: "Connect with the tools you already use — CRMs, analytics, payments, and more.", bentoComponent: "orbiting-icons", centerIcon: Puzzle,
items: [
{ icon: Shield },
{ icon: Monitor },
{ icon: Zap },
{ icon: TrendingUp },
],
},
{
title: "Growth Trends", description: "Data-driven insights to optimize your search presence and drive traffic.", bentoComponent: "line-chart"},
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="Webild completely transformed our online presence. The team delivered a stunning website that exceeded our expectations and doubled our conversion rate."
rating={5}
author="— Maria Santos, CEO at Luxuria Travel"
avatars={[
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", alt: "Client" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardOne
title="Trusted by Industry Leaders"
description="Years of experience building digital products that drive real results for JJS Studios."
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
metrics={[
{ id: "projects", value: "100+", title: "Projects", description: "Successfully delivered across all industries", icon: Award },
{ id: "satisfaction", value: "99%", title: "Satisfaction", description: "Client satisfaction rate and counting", icon: Users },
{ id: "years", value: "8+", title: "Years", description: "Of crafting exceptional digital experiences", icon: TrendingUp },
]}
/>
</div>
<div id="why-choose" data-section="why-choose">
<FeatureCardSixteen
title="Why Choose JJS Studios"
description="See the difference a professional web agency makes."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
negativeCard={{
items: [ items: [
{ icon: Shield }, "Generic templates with no personality", "Slow load times and poor performance", "No SEO strategy or search visibility", "Outdated design that hurts credibility", "No ongoing support after launch"],
{ icon: Monitor }, }}
{ icon: Zap }, positiveCard={{
{ icon: TrendingUp }, items: [
], "Custom designs tailored to your brand", "Lightning-fast performance on all devices", "Built-in SEO to drive organic traffic", "Modern design that builds trust", "Dedicated support and maintenance"],
}, }}
{ />
title: "Growth Trends", description: "Data-driven insights to optimize your search presence and drive traffic.", bentoComponent: "line-chart"}, </div>
]} <div id="about" data-section="about">
/> <TeamCardFive
<TestimonialCardFifteen title="Meet the Team"
testimonial="Webild completely transformed our online presence. The team delivered a stunning website that exceeded our expectations and doubled our conversion rate." description="The creative minds behind your next project."
rating={5} textboxLayout="default"
author="— Maria Santos, CEO at Luxuria Travel" useInvertedBackground={false}
avatars={[ animationType="slide-up"
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", alt: "Client" }, mediaClassName="object-[65%_center]"
]} team={[
ratingAnimation="slide-up" { id: "1", name: "Sarah Miller", role: "Lead Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller" },
avatarsAnimation="slide-up" { id: "2", name: "Valentina Reyes", role: "Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Valentina Reyes" },
useInvertedBackground={false} { id: "3", name: "Carlos Mendoza", role: "UX Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Carlos Mendoza" },
/> ]}
<MetricCardOne />
title="Trusted by Industry Leaders" </div>
description="Years of experience building digital products that drive real results for JJS Studios." <div id="faq" data-section="faq">
textboxLayout="default" <FaqBase
useInvertedBackground={false} title="Frequently Asked Questions"
gridVariant="uniform-all-items-equal" description="Everything you need to know about working with us."
animationType="slide-up" textboxLayout="default"
metrics={[ useInvertedBackground={false}
{ id: "projects", value: "100+", title: "Projects", description: "Successfully delivered across all industries", icon: Award }, faqsAnimation="slide-up"
{ id: "satisfaction", value: "99%", title: "Satisfaction", description: "Client satisfaction rate and counting", icon: Users }, faqs={[
{ id: "years", value: "8+", title: "Years", description: "Of crafting exceptional digital experiences", icon: TrendingUp }, { id: "1", title: "How long does a typical project take?", content: "Most projects are completed within 2-4 weeks depending on scope and complexity. We'll provide a detailed timeline during our initial consultation." },
]} { id: "2", title: "What is your pricing structure?", content: "We offer project-based pricing tailored to your needs. Every project includes design, development, SEO optimization, and post-launch support." },
/> { id: "3", title: "Do you offer ongoing maintenance?", content: "Yes! We provide ongoing support and maintenance packages to keep your website updated, secure, and performing at its best." },
<FeatureCardSixteen { id: "4", title: "Can you redesign my existing website?", content: "Absolutely. We specialize in website redesigns that modernize your brand while preserving your existing content and SEO rankings." },
title="Why Choose JJS Studios" { id: "5", title: "What technologies do you use?", content: "We build with modern technologies including Next.js, React, and Tailwind CSS to ensure fast, scalable, and maintainable websites." },
description="See the difference a professional web agency makes." ]}
textboxLayout="default" />
useInvertedBackground={false} </div>
animationType="slide-up" <div id="contact" data-section="contact">
negativeCard={{ <ContactCTA
items: [ tag="Get in Touch"
"Generic templates with no personality", "Slow load times and poor performance", "No SEO strategy or search visibility", "Outdated design that hurts credibility", "No ongoing support after launch"], title="Ready to Transform Your Digital Presence?"
}} description="Let's build something extraordinary together. Get in touch and let's discuss your next project."
positiveCard={{ background={{ variant: "rotated-rays-animated" }}
items: [ buttons={[
"Custom designs tailored to your brand", "Lightning-fast performance on all devices", "Built-in SEO to drive organic traffic", "Modern design that builds trust", "Dedicated support and maintenance"], { text: "Start Your Project", href: "#contact" },
}} { text: "View Our Work", href: "#work" },
/> ]}
<TeamCardFive buttonAnimation="slide-up"
title="Meet the Team" useInvertedBackground={false}
description="The creative minds behind your next project." />
textboxLayout="default" </div>
useInvertedBackground={false} <div id="footer" data-section="footer">
animationType="slide-up" <FooterBase
mediaClassName="object-[65%_center]" logoText="JJS Studios"
team={[ copyrightText="© 2026 | JJS Studios"
{ id: "1", name: "Sarah Miller", role: "Lead Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller" }, columns={[
{ id: "2", name: "Valentina Reyes", role: "Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Valentina Reyes" }, {
{ id: "3", name: "Carlos Mendoza", role: "UX Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Carlos Mendoza" }, title: "Company", items: [
]} { label: "About", href: "#about" },
/> { label: "Services", href: "#services" },
<FaqBase { label: "Work", href: "#work" },
title="Frequently Asked Questions" { label: "Contact", href: "#contact" },
description="Everything you need to know about working with us." ],
textboxLayout="default" },
useInvertedBackground={false} {
faqsAnimation="slide-up" title: "Services", items: [
faqs={[ { label: "Web Development", href: "#" },
{ id: "1", title: "How long does a typical project take?", content: "Most projects are completed within 2-4 weeks depending on scope and complexity. We'll provide a detailed timeline during our initial consultation." }, { label: "SEO", href: "#" },
{ id: "2", title: "What is your pricing structure?", content: "We offer project-based pricing tailored to your needs. Every project includes design, development, SEO optimization, and post-launch support." }, { label: "Branding", href: "#" },
{ id: "3", title: "Do you offer ongoing maintenance?", content: "Yes! We provide ongoing support and maintenance packages to keep your website updated, secure, and performing at its best." }, { label: "UI/UX Design", href: "#" },
{ id: "4", title: "Can you redesign my existing website?", content: "Absolutely. We specialize in website redesigns that modernize your brand while preserving your existing content and SEO rankings." }, ],
{ id: "5", title: "What technologies do you use?", content: "We build with modern technologies including Next.js, React, and Tailwind CSS to ensure fast, scalable, and maintainable websites." }, },
]} {
/> title: "Connect", items: [
<ContactCTA { label: "Twitter", href: "#" },
tag="Get in Touch" { label: "LinkedIn", href: "#" },
title="Ready to Transform Your Digital Presence?" { label: "Instagram", href: "#" },
description="Let's build something extraordinary together. Get in touch and let's discuss your next project." { label: "Dribbble", href: "#" },
background={{ variant: "rotated-rays-animated" }} ],
buttons={[ },
{ text: "Start Your Project", href: "#contact" }, ]}
{ text: "View Our Work", href: "#work" }, />
]} </div>
buttonAnimation="slide-up"
useInvertedBackground={false}
/>
<FooterBase
logoText="JJS Studios"
copyrightText="© 2026 | JJS Studios"
columns={[
{
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Services", href: "#services" },
{ label: "Work", href: "#work" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Services", items: [
{ label: "Web Development", href: "#" },
{ label: "SEO", href: "#" },
{ label: "Branding", href: "#" },
{ label: "UI/UX Design", href: "#" },
],
},
{
title: "Connect", items: [
{ label: "Twitter", href: "#" },
{ label: "LinkedIn", href: "#" },
{ label: "Instagram", href: "#" },
{ label: "Dribbble", href: "#" },
],
},
]}
/>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-inter-tight), sans-serif; font-family: var(--font-dm-sans), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-inter-tight), sans-serif; font-family: var(--font-manrope), sans-serif;
} }

View File

@@ -13,12 +13,12 @@
--background: #000000; --background: #000000;
--card: #0c0c0c; --card: #0c0c0c;
--foreground: #ffffff; --foreground: #ffffff;
--primary-cta: #106EFB; --primary-cta: #cee7ff;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #000000; --secondary-cta: #000000;
--secondary-cta-text: #ffffff; --secondary-cta-text: #ffffff;
--accent: #535353; --accent: #535353;
--background-accent: #106EFB; --background-accent: #CEE7FF;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);