Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| be070011f1 | |||
| 18022aeb00 | |||
| be6d96778f |
146
src/app/page.tsx
146
src/app/page.tsx
@@ -5,13 +5,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
||||||
import TextAbout from "@/components/sections/about/TextAbout";
|
import TextAbout from "@/components/sections/about/TextAbout";
|
||||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||||
import { Sparkles, Users, Globe, Zap, Star, Layers, Twitter, Instagram, Linkedin } from "lucide-react";
|
import { Sparkles, Users, Globe, Zap, Star, Layers, Twitter, Instagram, Linkedin, MessageCircle } from "lucide-react";
|
||||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||||
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
|
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
|
||||||
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
||||||
import { Check, Code, Palette, TrendingUp } from "lucide-react";
|
import { Check, Code, Palette, TrendingUp } from "lucide-react";
|
||||||
import ContactText from "@/components/sections/contact/ContactText";
|
import ContactForm from "@/components/form/ContactForm"; // Replaced ContactText with ContactForm
|
||||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||||
|
|
||||||
export default function WebAgencyThemePage() {
|
export default function WebAgencyThemePage() {
|
||||||
@@ -19,9 +19,14 @@ export default function WebAgencyThemePage() {
|
|||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "home" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "Work", id: "work" },
|
{ name: "Work", id: "work" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" }
|
||||||
];
|
];
|
||||||
|
|
||||||
|
const handleFormSubmit = (email: string) => {
|
||||||
|
console.log("Lead submitted:", email);
|
||||||
|
alert(`Thank you for your interest! We'll be in touch at ${email}.`);
|
||||||
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="icon-arrow"
|
defaultButtonVariant="icon-arrow"
|
||||||
@@ -51,17 +56,15 @@ export default function WebAgencyThemePage() {
|
|||||||
kpis={[
|
kpis={[
|
||||||
{ value: "150+", label: "Projects Delivered" },
|
{ value: "150+", label: "Projects Delivered" },
|
||||||
{ value: "98%", label: "Client Satisfaction" },
|
{ value: "98%", label: "Client Satisfaction" },
|
||||||
{ value: "12+", label: "Years Experience" },
|
{ value: "12+", label: "Years Experience" }
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Start Project",
|
text: "Start Project", href: "#contact"
|
||||||
href: "#contact",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "View Work",
|
text: "View Work", href: "#work"
|
||||||
href: "#work",
|
}
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero2.webp", alt: "Team member 1" },
|
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero2.webp", alt: "Team member 1" },
|
||||||
@@ -83,7 +86,7 @@ export default function WebAgencyThemePage() {
|
|||||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logo.svg", alt: "Logo" },
|
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logo.svg", alt: "Logo" },
|
||||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logo.svg", alt: "Logo" },
|
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logo.svg", alt: "Logo" },
|
||||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logo.svg", alt: "Logo" },
|
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logo.svg", alt: "Logo" },
|
||||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logo.svg", alt: "Logo" },
|
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logo.svg", alt: "Logo" }
|
||||||
]}
|
]}
|
||||||
marqueeClassName="md:mb-5"
|
marqueeClassName="md:mb-5"
|
||||||
/>
|
/>
|
||||||
@@ -91,7 +94,7 @@ export default function WebAgencyThemePage() {
|
|||||||
title="We craft digital experiences that captivate audiences and drive meaningful results for ambitious brands worldwide."
|
title="We craft digital experiences that captivate audiences and drive meaningful results for ambitious brands worldwide."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Our Process", href: "#process" },
|
{ text: "Our Process", href: "#process" },
|
||||||
{ text: "Meet the Team", href: "#team" },
|
{ text: "Meet the Team", href: "#team" }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -102,37 +105,17 @@ export default function WebAgencyThemePage() {
|
|||||||
tagIcon={Layers}
|
tagIcon={Layers}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
tag: "Service 01",
|
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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/process/process1.webp", imageAlt: "Web development"
|
||||||
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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/process/process1.webp",
|
|
||||||
imageAlt: "Web development",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
tag: "Service 02",
|
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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/process/process2.webp", imageAlt: "Marketing"
|
||||||
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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/process/process2.webp",
|
|
||||||
imageAlt: "Marketing",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
tag: "Service 03",
|
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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/process/process3.webp", imageAlt: "Design"
|
||||||
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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/process/process3.webp",
|
|
||||||
imageAlt: "Design",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
tag: "Service 04",
|
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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/process/process4.webp", imageAlt: "Software development"
|
||||||
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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/process/process4.webp",
|
|
||||||
imageAlt: "Software development",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -145,7 +128,7 @@ export default function WebAgencyThemePage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{ id: "clients", value: "200+", title: "Happy Clients", description: "Businesses transformed through our digital solutions", icon: Users },
|
{ id: "clients", value: "200+", title: "Happy Clients", description: "Businesses transformed through our digital solutions", icon: Users },
|
||||||
{ id: "projects", value: "500+", title: "Projects", description: "Websites and apps launched worldwide", icon: Globe },
|
{ id: "projects", value: "500+", title: "Projects", description: "Websites and apps launched worldwide", icon: Globe },
|
||||||
{ id: "performance", value: "99%", title: "Uptime", description: "Reliable performance for all our projects", icon: Zap },
|
{ id: "performance", value: "99%", title: "Uptime", description: "Reliable performance for all our projects", icon: Zap }
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="depth-3d"
|
animationType="depth-3d"
|
||||||
@@ -159,53 +142,17 @@ export default function WebAgencyThemePage() {
|
|||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero2.webp", avatarAlt: "Sarah Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero2.webp", imageAlt: "TechStart project showcase"
|
||||||
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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero2.webp",
|
|
||||||
avatarAlt: "Sarah Johnson",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero2.webp",
|
|
||||||
imageAlt: "TechStart project showcase",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero3.webp", avatarAlt: "Michael Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero3.webp", imageAlt: "GrowthLab project showcase"
|
||||||
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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero3.webp",
|
|
||||||
avatarAlt: "Michael Chen",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero3.webp",
|
|
||||||
imageAlt: "GrowthLab project showcase",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero4.webp", avatarAlt: "Emil Svenson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero4.webp", imageAlt: "Elevate project showcase"
|
||||||
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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero4.webp",
|
|
||||||
avatarAlt: "Emil Svenson",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero4.webp",
|
|
||||||
imageAlt: "Elevate project showcase",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero5.webp", avatarAlt: "David Park", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero5.webp", imageAlt: "InnovateCo project showcase"
|
||||||
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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero5.webp",
|
|
||||||
avatarAlt: "David Park",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero5.webp",
|
|
||||||
imageAlt: "InnovateCo project showcase",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -220,47 +167,43 @@ export default function WebAgencyThemePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Discovery & Strategy",
|
title: "Discovery & Strategy", description: "We start by understanding your goals, audience, and market to build a roadmap tailored to your business.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/services/how1.webp", imageAlt: "Discovery and strategy" },
|
||||||
description: "We start by understanding your goals, audience, and market to build a roadmap tailored to your business.",
|
|
||||||
media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/services/how1.webp", imageAlt: "Discovery and strategy" },
|
|
||||||
reverse: false,
|
reverse: false,
|
||||||
items: [
|
items: [
|
||||||
{ icon: Code, text: "In-depth research and audits" },
|
{ icon: Code, text: "In-depth research and audits" },
|
||||||
{ icon: Zap, text: "Clear goals and KPIs defined" },
|
{ icon: Zap, text: "Clear goals and KPIs defined" },
|
||||||
{ icon: Check, text: "Custom project roadmap" },
|
{ icon: Check, text: "Custom project roadmap" }
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Design & Prototyping",
|
title: "Design & Prototyping", description: "We translate strategy into visual concepts, iterating with you until every detail feels right.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/services/how2.webp", imageAlt: "Design and prototyping" },
|
||||||
description: "We translate strategy into visual concepts, iterating with you until every detail feels right.",
|
|
||||||
media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/services/how2.webp", imageAlt: "Design and prototyping" },
|
|
||||||
reverse: true,
|
reverse: true,
|
||||||
items: [
|
items: [
|
||||||
{ icon: Palette, text: "Wireframes and mockups" },
|
{ icon: Palette, text: "Wireframes and mockups" },
|
||||||
{ icon: Layers, text: "Interactive prototypes" },
|
{ icon: Layers, text: "Interactive prototypes" },
|
||||||
{ icon: Check, text: "Client feedback loops" },
|
{ icon: Check, text: "Client feedback loops" }
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Build & Launch",
|
title: "Build & Launch", description: "We develop, test, and deploy your project with precision, ensuring a smooth launch and measurable impact.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/services/how3.webp", imageAlt: "Build and launch" },
|
||||||
description: "We develop, test, and deploy your project with precision, ensuring a smooth launch and measurable impact.",
|
|
||||||
media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/services/how3.webp", imageAlt: "Build and launch" },
|
|
||||||
reverse: false,
|
reverse: false,
|
||||||
items: [
|
items: [
|
||||||
{ icon: TrendingUp, text: "Agile development sprints" },
|
{ icon: TrendingUp, text: "Agile development sprints" },
|
||||||
{ icon: Globe, text: "QA testing and optimization" },
|
{ icon: Globe, text: "QA testing and optimization" },
|
||||||
{ icon: Check, text: "Launch support and analytics" },
|
{ icon: Check, text: "Launch support and analytics" }
|
||||||
],
|
]
|
||||||
},
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
<ContactText
|
<ContactForm
|
||||||
text="Ready to transform your digital presence? Let's create something extraordinary together."
|
title="Ready to transform your digital presence?"
|
||||||
buttons={[
|
description="Let's create something extraordinary together."
|
||||||
{ text: "Start a Project", href: "#contact" },
|
tag="Get in Touch"
|
||||||
{ text: "Schedule a Call", href: "#call" },
|
inputPlaceholder="Your Email Address"
|
||||||
]}
|
buttonText="Send Message"
|
||||||
background={{ variant: "canvas-reveal" }}
|
termsText="By submitting your email, you agree to our privacy policy."
|
||||||
|
onSubmit={handleFormSubmit}
|
||||||
|
centered={false}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
<FooterCard
|
<FooterCard
|
||||||
@@ -270,6 +213,7 @@ export default function WebAgencyThemePage() {
|
|||||||
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Follow us on Twitter" },
|
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Follow us on Twitter" },
|
||||||
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Follow us on Instagram" },
|
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Follow us on Instagram" },
|
||||||
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "Connect on LinkedIn" },
|
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "Connect on LinkedIn" },
|
||||||
|
{ icon: MessageCircle, href: "https://wa.me/1234567890", ariaLabel: "Chat with us on WhatsApp" } // WhatsApp integration
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f7f6f7;
|
--background: #0F112A;
|
||||||
--card: #ffffff;
|
--card: #1A1D3A;
|
||||||
--foreground: #0c1325;
|
--foreground: #E0E6F0;
|
||||||
--primary-cta: #0b07ff;
|
--primary-cta: #1A73E8;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #FFFFFF;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #3A4160;
|
||||||
--secondary-cta-text: #0c1325;
|
--secondary-cta-text: #E0E6F0;
|
||||||
--accent: #93b7ff;
|
--accent: #FFD700;
|
||||||
--background-accent: #a8bae8;
|
--background-accent: #0B0C1E;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user