8 Commits

Author SHA1 Message Date
8171adb708 Update src/app/services/page.tsx 2026-04-15 14:37:09 +00:00
f9135fe0a7 Update src/app/about/page.tsx 2026-04-15 14:37:08 +00:00
93c72f2d08 Update src/app/styles/variables.css 2026-04-15 14:36:39 +00:00
9bc587c36d Update src/app/services/page.tsx 2026-04-15 14:36:39 +00:00
de1f3dc103 Update src/app/page.tsx 2026-04-15 14:36:38 +00:00
4021bfac5a Update src/app/about/page.tsx 2026-04-15 14:36:38 +00:00
a534b66f1c Merge version_1 into main
Merge version_1 into main
2026-04-15 14:30:39 +00:00
9e8607a7ac Merge version_1 into main
Merge version_1 into main
2026-04-15 14:30:13 +00:00
4 changed files with 132 additions and 457 deletions

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Facebook, Instagram, Twitter } from "lucide-react"; import { Facebook, Instagram, Twitter } from "lucide-react";
export default function AboutPage() { export default function AboutPage() {
@@ -23,61 +23,49 @@ export default function AboutPage() {
headingFontWeight="medium" headingFontWeight="medium"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <NavbarStyleApple
<NavbarStyleApple navItems={[
navItems={[ { name: "Home", id: "/" },
{ name: "Home", id: "/" }, { name: "Services", id: "/services" },
{ name: "Services", id: "/services" }, { name: "About", id: "/about" },
{ name: "Projects", id: "/projects" }, { name: "Contact", id: "/contact" },
{ name: "About", id: "/about" }, ]}
{ name: "Contact", id: "/contact" }, brandName="Sbo Roofing"
]} />
brandName="Sbo Roofing" <MetricSplitMediaAbout
/> title="Our Story & Mission"
</div> description="We are a team of dedicated professionals committed to providing top-tier construction services in Kampala. Our focus is on integrity, quality craftsmanship, and long-term customer relationships."
metrics={[
<div id="team" data-section="team"> { value: "15+", title: "Years Experience" },
<TeamCardEleven { value: "500+", title: "Projects Completed" },
animationType="slide-up" ]}
textboxLayout="default" useInvertedBackground={false}
useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/team-partners-meeting-construction-site_482257-8113.jpg"
title="Meet the Team" imageAlt="Diverse construction team discussing project"
description="Dedicated individuals building excellence." mediaAnimation="slide-up"
groups={[ metricsAnimation="blur-reveal"
{ />
id: "t1", groupTitle: "Leadership", members: [ <TeamCardFive
{ title="Our Leadership Team"
id: "m2", title: "Jane Smith", subtitle: "Director", detail: "Founder and lead engineer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-architect-looking-camera_23-2148242889.jpg"}, description="Meet the experts behind Sbo Roofing."
], animationType="slide-up"
}, textboxLayout="default"
]} useInvertedBackground={false}
/> team={[
</div> { id: "1", name: "Samuel K.", role: "Managing Director", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-architect-looking-camera_23-2148242889.jpg" },
{ id: "2", name: "Linda M.", role: "Senior Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-female-architect_23-2149124284.jpg" },
<div id="contact" data-section="contact"> { id: "3", name: "David B.", role: "Lead Engineer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg" }
<ContactSplit ]}
useInvertedBackground={false} />
background={{ variant: "plain" }} <FooterCard
tag="Visit Us" logoText="Sbo Roofing Contractors Ltd"
title="Our Offices" socialLinks={[
description="Find us at Nsawo stage, Kampala." { icon: Facebook, href: "#", ariaLabel: "Facebook" },
mediaAnimation="slide-up" { icon: Instagram, href: "#", ariaLabel: "Instagram" },
imageSrc="http://img.b2bpic.net/free-photo/modern-architectural-building_181624-527.jpg" { icon: Twitter, href: "#", ariaLabel: "Twitter" },
/> ]}
</div> />
<div id="footer" data-section="footer">
<FooterCard
logoText="Sbo Roofing Contractors Ltd"
copyrightText="© 2025 Sbo Roofing Contractors. All rights reserved."
socialLinks={[
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
]}
/>
</div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -30,25 +30,13 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "Projects", name: "About", id: "/about"},
id: "/projects",
},
{ {
name: "About", name: "Contact", id: "/contact"},
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
]} ]}
brandName="Sbo Roofing" brandName="Sbo Roofing"
/> />
@@ -57,116 +45,62 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDoubleCarousel <HeroSplitDoubleCarousel
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Reliable Roofing & Construction Experts in Kampala" title="Reliable Roofing & Construction Experts in Kampala"
description="Delivering high-quality, durable construction and roofing solutions across Uganda with unmatched expertise and integrity." description="Delivering high-quality, durable construction and roofing solutions across Uganda with unmatched expertise and integrity."
leftCarouselItems={[ leftCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-construction-site_23-2151317233.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/view-modern-construction-site_23-2151317233.jpg?_wi=1", imageAlt: "Roofing Work 1"},
imageAlt: "Roofing Work 1",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-working-roof_23-2149343672.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-working-roof_23-2149343672.jpg", imageAlt: "Roofing Work 2"},
imageAlt: "Roofing Work 2",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/workman-holding-empty-placard_1368-5687.jpg", imageSrc: "http://img.b2bpic.net/free-photo/workman-holding-empty-placard_1368-5687.jpg", imageAlt: "Roofing Work 3"},
imageAlt: "Roofing Work 3",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486992.jpg", imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486992.jpg", imageAlt: "Roofing Work 4"},
imageAlt: "Roofing Work 4",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg", imageAlt: "Roofing Work 5"},
imageAlt: "Roofing Work 5",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-roof-with-drill_23-2148748775.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-roof-with-drill_23-2148748775.jpg", imageAlt: "Roofing Work 6"},
imageAlt: "Roofing Work 6",
},
]} ]}
rightCarouselItems={[ rightCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/construction-work-site_1398-2991.jpg", imageSrc: "http://img.b2bpic.net/free-photo/construction-work-site_1398-2991.jpg", imageAlt: "Construct 1"},
imageAlt: "Construct 1",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg", imageAlt: "Construct 2"},
imageAlt: "Construct 2",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-roof_23-2149343660.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-roof_23-2149343660.jpg", imageAlt: "Construct 3"},
imageAlt: "Construct 3",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530736.jpg", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530736.jpg", imageAlt: "Construct 4"},
imageAlt: "Construct 4",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/young-male-shirt-helmet-holding-blackboard-showing-thumb-down-looking-displeased-front-view_176474-30109.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-male-shirt-helmet-holding-blackboard-showing-thumb-down-looking-displeased-front-view_176474-30109.jpg", imageAlt: "Construct 5"},
imageAlt: "Construct 5",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-water-drips-morning-dew-car-window_181624-3141.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-water-drips-morning-dew-car-window_181624-3141.jpg", imageAlt: "Construct 6"},
imageAlt: "Construct 6",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Get a Quote", text: "Get a Quote", href: "/contact"},
href: "/contact",
},
{ {
text: "Contact Us", text: "Contact Us", href: "/contact"},
href: "/contact",
},
]} ]}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-engineer-architect-looking-clipboard_23-2148233775.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-engineer-architect-looking-clipboard_23-2148233775.jpg", alt: "Client 1"},
alt: "Client 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124270.jpg", src: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124270.jpg", alt: "Client 2"},
alt: "Client 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-shaking-hands_23-2148233782.jpg", src: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-shaking-hands_23-2148233782.jpg", alt: "Client 3"},
alt: "Client 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/building-construction-workers-site_23-2149124256.jpg", src: "http://img.b2bpic.net/free-photo/building-construction-workers-site_23-2149124256.jpg", alt: "Client 4"},
alt: "Client 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/front-view-smiley-architect-looking-camera_23-2148242889.jpg", src: "http://img.b2bpic.net/free-photo/front-view-smiley-architect-looking-camera_23-2148242889.jpg", alt: "Client 5"},
alt: "Client 5",
},
]} ]}
avatarText="Trusted by 500+ happy clients" avatarText="Trusted by 500+ happy clients"
marqueeItems={[ marqueeItems={[
{ { type: "text", text: "Quality Assured" },
type: "text", { type: "text", text: "Professional Work" },
text: "Quality Assured", { type: "text", text: "On-Time Completion" },
}, { type: "text", text: "Reliable Materials" },
{ { type: "text", text: "Kampala Expert" },
type: "text",
text: "Professional Work",
},
{
type: "text",
text: "On-Time Completion",
},
{
type: "text",
text: "Reliable Materials",
},
{
type: "text",
text: "Kampala Expert",
},
]} ]}
/> />
</div> </div>
@@ -177,18 +111,9 @@ export default function LandingPage() {
title="Years of Excellence in Kampala" title="Years of Excellence in Kampala"
description="Sbo Roofing has been at the forefront of construction and roofing innovation, serving homeowners and businesses with pride." description="Sbo Roofing has been at the forefront of construction and roofing innovation, serving homeowners and businesses with pride."
metrics={[ metrics={[
{ { value: "500+", title: "Completed Projects" },
value: "500+", { value: "15+", title: "Years Experience" },
title: "Completed Projects", { value: "100%", title: "Satisfaction Rate" },
},
{
value: "15+",
title: "Years Experience",
},
{
value: "100%",
title: "Satisfaction Rate",
},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
metricsAnimation="blur-reveal" metricsAnimation="blur-reveal"
@@ -197,157 +122,14 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah K.",
role: "Owner",
company: "Residential",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/architect-client-hand-shaking_23-2148243001.jpg",
},
{
id: "2",
name: "John M.",
role: "Director",
company: "Commercial",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-architecture-holding-clipboard-construction-site_23-2148204025.jpg",
},
{
id: "3",
name: "David O.",
role: "Homeowner",
company: "Residential",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/architect-team-partners-working-design-desk_482257-8112.jpg",
},
{
id: "4",
name: "Alice N.",
role: "Client",
company: "Property",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-construction-wearing-protection-gear_23-2148784061.jpg",
},
{
id: "5",
name: "James B.",
role: "Partner",
company: "Building",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg",
},
]}
title="Trusted by Kampala"
description="Hear what our valued clients have to say about our construction excellence."
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardEight
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Clear & Honest Pricing"
description="Choose a package that suits your construction project size."
plans={[
{
id: "basic",
badge: "Essential",
price: "Competitive",
subtitle: "For small repairs",
buttons: [
{
text: "Choose Basic",
href: "/contact",
},
],
features: [
"Leak detection",
"Minor sealing",
"Tile replacement",
],
},
{
id: "pro",
badge: "Standard",
price: "Custom Quote",
subtitle: "For home upgrades",
buttons: [
{
text: "Choose Pro",
href: "/contact",
},
],
features: [
"Full roof installation",
"Structural check",
"High-quality tiles",
"Safety inspection",
],
},
]}
/>
</div>
<div id="product" data-section="product">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Quality Materials"
description="We use the best roofing supplies for long-lasting results."
products={[
{
id: "p1",
brand: "RoofMax",
name: "Standard Clay Tiles",
price: "Contact",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/home-clay-roof-tile_657883-716.jpg",
},
{
id: "p2",
brand: "SteelStrong",
name: "Structural Steel Frame",
price: "Custom",
rating: 5,
reviewCount: "8",
imageSrc: "http://img.b2bpic.net/free-photo/steel-bar-site-construction_1150-10125.jpg",
},
]}
/>
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterCard <FooterCard
logoText="Sbo Roofing Contractors Ltd" logoText="Sbo Roofing Contractors Ltd"
copyrightText="© 2025 Sbo Roofing Contractors. All rights reserved." copyrightText="© 2025 Sbo Roofing Contractors. All rights reserved."
socialLinks={[ socialLinks={[
{ { icon: Facebook, href: "#", ariaLabel: "Facebook" },
icon: Facebook, { icon: Instagram, href: "#", ariaLabel: "Instagram" },
href: "#", { icon: Twitter, href: "#", ariaLabel: "Twitter" },
ariaLabel: "Facebook",
},
{
icon: Instagram,
href: "#",
ariaLabel: "Instagram",
},
{
icon: Twitter,
href: "#",
ariaLabel: "Twitter",
},
]} ]}
/> />
</div> </div>

View File

@@ -2,13 +2,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Facebook, Instagram, Twitter } from "lucide-react"; import { Facebook, Instagram, Twitter } from "lucide-react";
export default function LandingPage() { export default function ServicesPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="bounce-effect" defaultButtonVariant="bounce-effect"
@@ -23,142 +23,47 @@ export default function LandingPage() {
headingFontWeight="medium" headingFontWeight="medium"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <NavbarStyleApple
<NavbarStyleApple navItems={[
navItems={[ { name: "Home", id: "/" },
{ { name: "Services", id: "/services" },
name: "Home", { name: "About", id: "/about" },
id: "/", { name: "Contact", id: "/contact" },
}, ]}
{ brandName="Sbo Roofing"
name: "Services", />
id: "/services", <FeatureCardSeven
}, title="Our Detailed Service Offerings"
{ description="We provide a comprehensive range of roofing and construction services tailored to your specific needs."
name: "Projects", animationType="slide-up"
id: "/projects", textboxLayout="split"
}, useInvertedBackground={false}
{ features={[
name: "About", { title: "Roof Installation", description: "High-quality installation services for all types of roofing structures using durable materials.", imageSrc: "http://img.b2bpic.net/free-photo/roofer-installing-metal-roofing-tiles_23-2149343673.jpg" },
id: "/about", { title: "Leak Repair", description: "Professional diagnosis and prompt repair of roof leaks to protect your property.", imageSrc: "http://img.b2bpic.net/free-photo/repairman-working-construction-site_23-2149343680.jpg" },
}, { title: "Structural Checks", description: "Detailed safety inspections and structural reinforcement for long-term reliability.", imageSrc: "http://img.b2bpic.net/free-photo/engineer-working-construction-site_23-2149124290.jpg" }
{ ]}
name: "Contact", />
id: "/contact", <PricingCardEight
}, title="Transparent Pricing Packages"
]} description="Select the service plan that fits your project scope and budget."
brandName="Sbo Roofing" animationType="slide-up"
/> textboxLayout="default"
</div> useInvertedBackground={false}
plans={[
<div id="services-features" data-section="services-features"> { id: "1", badge: "Essential", price: "Custom Quote", subtitle: "For minor maintenance", features: ["Site Assessment", "Basic Sealants", "Safety Check"], buttons: [{ text: "Inquire", href: "/contact" }] },
<FeatureCardNineteen { id: "2", badge: "Premium", price: "Custom Quote", subtitle: "For complete roofing", features: ["Full Installation", "Premium Materials", "Long-term Warranty", "Priority Support"], buttons: [{ text: "Inquire", href: "/contact" }] }
textboxLayout="split" ]}
useInvertedBackground={false} />
features={[ <FooterCard
{ logoText="Sbo Roofing Contractors Ltd"
tag: "Roofing", socialLinks={[
title: "Roofing Installation", { icon: Facebook, href: "#", ariaLabel: "Facebook" },
subtitle: "Top-tier roof installation", { icon: Instagram, href: "#", ariaLabel: "Instagram" },
description: "Professional installation of modern roofing tiles and sheets.", { icon: Twitter, href: "#", ariaLabel: "Twitter" },
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-car-door_23-2149714300.jpg", ]}
}, />
{
tag: "Repairs",
title: "Roof Repairs",
subtitle: "Swift reliable repairs",
description: "Detecting and fixing leaks to keep your home safe.",
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-building-roof-house_23-2148748843.jpg",
},
{
tag: "Waterproofing",
title: "Waterproofing",
subtitle: "Protection against elements",
description: "Advanced solutions for roof and wall sealing.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343643.jpg",
},
{
tag: "Construction",
title: "General Construction",
subtitle: "Full project support",
description: "Complete building and construction from ground up.",
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-screeding-floor-construction-site_651396-2362.jpg",
},
]}
title="Our Expert Services"
description="We offer a wide range of professional construction services tailored to your needs."
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardEight
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Pricing Packages"
description="Find the right service tier for your needs."
plans={[
{
id: "s1",
badge: "Repair",
price: "UGX 500k+",
subtitle: "Basic maintenance",
buttons: [
{
text: "Select",
href: "/contact",
},
],
features: [
"Leak detection",
"Fast response",
],
},
{
id: "s2",
badge: "Full",
price: "Quote",
subtitle: "Full construction",
buttons: [
{
text: "Contact",
href: "/contact",
},
],
features: [
"Full build",
"Engineering",
"Site supervision",
],
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Sbo Roofing Contractors Ltd"
copyrightText="© 2025 Sbo Roofing Contractors. All rights reserved."
socialLinks={[
{
icon: Facebook,
href: "#",
ariaLabel: "Facebook",
},
{
icon: Instagram,
href: "#",
ariaLabel: "Instagram",
},
{
icon: Twitter,
href: "#",
ariaLabel: "Twitter",
},
]}
/>
</div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #0a0a0a;
--card: #f9f9f9; --card: #1a1a1a;
--foreground: #000612; --foreground: #ffffff;
--primary-cta: #15479c; --primary-cta: #1f7cff;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #FF7B05; --secondary-cta: #f96b2f;
--secondary-cta-text: #ffffff; --secondary-cta-text: #ffffff;
--accent: #e2e2e2; --accent: #737373;
--background-accent: #f9f9f9; --background-accent: #1a1a1a;
/* 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);