4 Commits

Author SHA1 Message Date
e47e62f025 Update src/app/styles/variables.css 2026-06-11 22:29:49 +00:00
6bc8327d96 Update src/app/styles/base.css 2026-06-11 22:29:49 +00:00
67b7dcf68b Update src/app/page.tsx 2026-06-11 22:29:49 +00:00
a1d79ff4f0 Update src/app/layout.tsx 2026-06-11 22:29:48 +00:00
4 changed files with 108 additions and 273 deletions

View File

@@ -7,12 +7,13 @@ 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 { Raleway } from "next/font/google"; import { Raleway } from "next/font/google";
import { Inter_Tight } from "next/font/google";
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'Mahmoud Shamikh | Engineering Portfolio', title: 'InnovateFlow | Workflow Automation SaaS',
description: 'Showcasing precision engineering and innovative problem-solving through a dynamic portfolio for Mahmoud Shamikh, targeting top industry opportunities.', description: 'InnovateFlow provides intuitive solutions to boost productivity, simplify complex tasks, and drive your business forward with intelligent automation.',
keywords: ["Mahmoud Shamikh, engineering portfolio, Benha Engineering, mechanical design, FEA, simulation, project management, robotics, renewable energy, advanced manufacturing"], keywords: ["Mahmoud Shamikh, engineering portfolio, Benha Engineering, mechanical design, FEA, simulation, project management, robotics, renewable energy, advanced manufacturing"],
openGraph: { openGraph: {
"title": "Mahmoud Shamikh | Engineering Portfolio", "title": "Mahmoud Shamikh | Engineering Portfolio",
@@ -41,9 +42,10 @@ export const metadata: Metadata = {
}, },
}; };
const raleway = Raleway({
variable: "--font-raleway", const interTight = Inter_Tight({
subsets: ["latin"], variable: "--font-inter-tight", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
}); });
export default function RootLayout({ export default function RootLayout({
@@ -54,7 +56,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${raleway.variable} antialiased`}> <body className={`${interTight.variable} antialiased`}>
<Tag /> <Tag />
{children} {children}
<script <script

View File

@@ -34,57 +34,40 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#home"},
id: "#home",
},
{ {
name: "About", name: "Features", id: "#about"},
id: "#about",
},
{ {
name: "Expertise", name: "Solutions", id: "#expertise"},
id: "#expertise",
},
{ {
name: "Projects", name: "Platform", id: "#projects"},
id: "#projects",
},
{ {
name: "Impact", name: "Insights", id: "#impact"},
id: "#impact",
},
{ {
name: "Testimonials", name: "Success Stories", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "Contact", name: "Get Started", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="Mahmoud Shamikh" brandName="InnovateFlow"
/> />
</div> </div>
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroBillboardScroll <HeroBillboardScroll
background={{ background={{
variant: "rotated-rays-animated-grid", variant: "rotated-rays-animated-grid"}}
}} title="Streamline Your Workflow, Maximize Your Potential"
title="Engineering Excellence, Visualized in Motion" description="InnovateFlow provides intuitive solutions to boost productivity, simplify complex tasks, and drive your business forward with intelligent automation."
description="Mahmoud Shamikh brings precision engineering and innovative problem-solving to every project. Explore my portfolio of technical achievements and design expertise." tag="Efficiency. Automation. Growth."
tag="Innovate. Design. Engineer." tagIcon={Zap}
tagIcon={Lightbulb}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "View My Work", text: "Start Free Trial", href: "#contact"},
href: "#projects",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-factory-technician-using-vr-headset-adjust-system-parameters_482257-118087.jpg" imageSrc="http://img.b2bpic.net/free-photo/side-view-engineer-examining-circuit-board_23-2148106201.jpg"
imageAlt="Dynamic 3D engineering elements and gears" imageAlt="Digital workflow interface with graphs and charts"
/> />
</div> </div>
@@ -92,27 +75,21 @@ export default function LandingPage() {
<SplitAbout <SplitAbout
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
title="About My Engineering Journey" title="Features Designed for Modern Teams"
description="With a strong foundation from Benha Engineering, I specialize in mechanical design, simulation, and project management. My approach blends theoretical knowledge with practical application to deliver robust, innovative solutions that push boundaries and drive efficiency. I thrive on complex challenges, transforming intricate problems into streamlined, effective designs." description="InnovateFlow empowers your team with a suite of tools built for seamless collaboration, data-driven decisions, and unparalleled operational efficiency. Discover how we transform your daily tasks into strategic advantages."
bulletPoints={[ bulletPoints={[
{ {
title: "Precision Design", title: "Automated Task Management", description: "Delegate and track tasks effortlessly with intelligent automation rules.", icon: Settings,
description: "A meticulous approach to engineering design, ensuring accuracy and optimal performance in every detail.",
icon: Settings,
}, },
{ {
title: "Innovative Solutions", title: "Real-time Analytics", description: "Gain instant insights into performance with customizable dashboards.", icon: Award,
description: "Leveraging cutting-edge tools and creative thinking to solve complex engineering challenges effectively.",
icon: Lightbulb,
}, },
{ {
title: "Project Leadership", title: "Seamless Integrations", description: "Connect with your favorite apps to create a unified ecosystem.", icon: CheckCircle,
description: "Proven ability to lead multidisciplinary teams, manage project lifecycles, and deliver results on time and within budget.",
icon: Award,
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/pc-desk-empty-photovoltaics-factory-monitoring-system-performance_482257-120508.jpg" imageSrc="http://img.b2bpic.net/free-photo/colleagues-discussing-financial-strategy-modern-office_23-2148810245.jpg"
imageAlt="Mahmoud Shamikh in an engineering lab" imageAlt="Team collaborating on a project dashboard"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
</div> </div>
@@ -124,52 +101,24 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "mech-design", id: "marketing", label: "Marketing Automation", title: "Engage & Convert", items: [
label: "Mechanical Design", "Campaign Management", "Lead Nurturing", "Performance Tracking"],
title: "Precision and Functionality",
items: [
"CAD/CAM Proficiency",
"DFM (Design for Manufacturability)",
"Advanced Material Selection",
"Component Optimization",
],
}, },
{ {
id: "fea-sim", id: "sales", label: "Sales Enablement", title: "Close Deals Faster", items: [
label: "FEA & Simulation", "CRM Integration", "Pipeline Visualization", "Automated Follow-ups"],
title: "Predictive Performance",
items: [
"Finite Element Analysis",
"Multi-physics Simulations",
"Structural & Thermal Analysis",
"Dynamic System Modeling",
],
}, },
{ {
id: "proto-test", id: "operations", label: "Operations Optimization", title: "Streamline Processes", items: [
label: "Prototyping & Testing", "Resource Allocation", "Supply Chain Insights", "Workflow Automation"],
title: "From Concept to Reality",
items: [
"Rapid Prototyping",
"Functional Testing & Validation",
"Iterative Design Refinement",
"Quality Assurance Protocols",
],
}, },
{ {
id: "proj-mgmt", id: "hr", label: "HR Management", title: "Empower Your People", items: [
label: "Project Management", "Onboarding Workflows", "Performance Reviews", "Employee Feedback"],
title: "Seamless Execution",
items: [
"Lifecycle Planning & Oversight",
"Cross-functional Team Leadership",
"Budget & Resource Management",
"Stakeholder Communication",
],
}, },
]} ]}
title="Core Engineering Expertise" title="Solutions Tailored for Every Department"
description="My diverse skill set encompasses critical areas of modern engineering, enabling a comprehensive approach to project development and execution. Each discipline is honed through rigorous practice and continuous learning, ensuring high-quality, impactful outcomes." description="From marketing to operations, InnovateFlow adapts to your unique needs, providing specialized solutions that enhance productivity and foster innovation across your entire organization."
/> />
</div> </div>
@@ -182,56 +131,20 @@ export default function LandingPage() {
carouselMode="buttons" carouselMode="buttons"
products={[ products={[
{ {
id: "p1", id: "ex1", name: "Dynamic Project Dashboards", price: "Real-time Tracking", variant: "Management", imageSrc: "http://img.b2bpic.net/free-photo/top-view-businesswoman-working-with-laptop-project_23-2148281357.jpg", imageAlt: "Project dashboard"},
name: "Automated Robotics System",
price: "Industrial Automation",
variant: "Robotics",
imageSrc: "http://img.b2bpic.net/free-photo/robotic-arms-assembling-products-production-line_23-2152005500.jpg",
imageAlt: "Automated robotic arm",
},
{ {
id: "p2", id: "ex2", name: "AI-Powered Data Insights", price: "Predictive Analytics", variant: "Analytics", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-futuristic-business-background-ai-generated_23-2151044460.jpg", imageAlt: "AI data visualization"},
name: "Sustainable Energy Solution",
price: "Commercial Application",
variant: "Solar Thermal",
imageSrc: "http://img.b2bpic.net/free-photo/energy-storage_1048-2431.jpg",
imageAlt: "Solar thermal energy system",
},
{ {
id: "p3", id: "ex3", name: "Integrated Communication Hub", price: "Team Collaboration", variant: "Communication", imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-man-working-computer_23-2148106207.jpg", imageAlt: "Team communication interface"},
name: "Advanced HVAC Optimization",
price: "Building Efficiency",
variant: "Smart Systems",
imageSrc: "http://img.b2bpic.net/free-photo/looking-towards-sky-through-spiral_181624-26815.jpg",
imageAlt: "Smart HVAC system diagram",
},
{ {
id: "p4", id: "ex4", name: "Automated Reporting Tools", price: "Compliance & Insights", variant: "Reporting", imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-desk-analyzing-graphs_23-2148212176.jpg", imageAlt: "Automated report generation"},
name: "Structural Integrity Analysis",
price: "Infrastructure Safety",
variant: "FEA",
imageSrc: "http://img.b2bpic.net/free-photo/architect-man-looking-design-professional-office_482257-8104.jpg",
imageAlt: "Structural integrity analysis visualization",
},
{ {
id: "p5", id: "ex5", name: "Custom Workflow Builders", price: "Adaptable Solutions", variant: "Customization", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-laptop-home_23-2150935515.jpg", imageAlt: "Workflow builder interface"},
name: "Custom Machine Development",
price: "Production Line Enhancement",
variant: "Manufacturing",
imageSrc: "http://img.b2bpic.net/free-photo/pc-monitoring-photovoltaics-factory-engineering-workspace_482257-120474.jpg",
imageAlt: "Custom manufacturing machine components",
},
{ {
id: "p6", id: "ex6", name: "Secure Cloud Storage", price: "Data Integrity", variant: "Security", imageSrc: "http://img.b2bpic.net/free-photo/3d-internet-data-security_1048-2433.jpg", imageAlt: "Secure cloud storage"},
name: "Material Fatigue Study",
price: "Aerospace Research",
variant: "Material Science",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-making-eye-glasses_23-2148919991.jpg",
imageAlt: "Aerospace material fatigue testing",
},
]} ]}
title="Showcase of Technical Projects" title="Our Platform in Action"
description="Explore a selection of my most impactful engineering projects, demonstrating my capability in design, analysis, and implementation across various industries. Each project represents a unique challenge overcome with innovative solutions and meticulous execution." description="See how InnovateFlow transforms daily operations into strategic wins. Our versatile platform handles diverse needs, from complex project management to intricate data analysis, providing a unified and intelligent workspace."
/> />
</div> </div>
@@ -244,29 +157,17 @@ export default function LandingPage() {
carouselMode="buttons" carouselMode="buttons"
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "25%", title: "Productivity Increase", description: "Average boost in team productivity after implementing InnovateFlow.", icon: Zap,
value: "98%",
title: "Project Success Rate",
description: "Consistently delivering projects on time and exceeding technical specifications.",
icon: CheckCircle,
}, },
{ {
id: "m2", id: "m2", value: "40%", title: "Cost Reduction", description: "Savings achieved through streamlined operations and automation.", icon: Award,
value: "30%",
title: "Efficiency Improvement",
description: "Average efficiency gain achieved in optimized systems and processes.",
icon: Zap,
}, },
{ {
id: "m3", id: "m3", value: "99.9%", title: "Uptime Reliability", description: "Ensuring your tools are always available when you need them.", icon: CheckCircle,
value: "15+",
title: "Years of Experience",
description: "Extensive professional experience across diverse engineering challenges.",
icon: Award,
}, },
]} ]}
title="Impact & Achievements by Numbers" title="Impactful Insights, Real Results"
description="Quantifying the tangible results of my engineering work, these metrics highlight efficiency gains, cost reductions, and successful project deliveries. My commitment to measurable outcomes ensures value creation in every endeavor." description="Our platform drives measurable improvements, helping businesses achieve significant growth and operational efficiency."
/> />
</div> </div>
@@ -275,16 +176,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"Benha University", "Global Solutions Inc.", "NextGen Innovations", "Apex Dynamics", "Velocity Ventures", "Digital Spark Co.", "Future Horizons Group", "Synergy Labs"]}
"Innovate Engineering Solutions", title="Trusted by Leading Enterprises"
"Global Tech Dynamics", description="InnovateFlow is the chosen platform for businesses committed to innovation and efficiency, from startups to Fortune 500 companies."
"Precision Robotics Inc.",
"Sustainable Systems Group",
"Future Tech Labs",
"Advanced Materials Co.",
]}
title="Trusted by Industry Leaders"
description="My work has been recognized and implemented by a range of respected companies and academic institutions, reflecting a consistent record of reliability, expertise, and collaborative success."
/> />
</div> </div>
@@ -298,53 +192,23 @@ export default function LandingPage() {
uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105" uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105"
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Alex Johnson", role: "Head of Operations", company: "Global Solutions Inc.", rating: 5,
name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Alex Johnson"},
role: "CEO",
company: "TechCorp",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
imageAlt: "Sarah Johnson",
},
{ {
id: "t2", id: "t2", name: "Maria Chen", role: "Marketing Director", company: "NextGen Innovations", rating: 5,
name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-middle-aged-business-man_1262-2982.jpg", imageAlt: "Maria Chen"},
role: "CTO",
company: "InnovateLab",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-middle-aged-business-man_1262-2982.jpg",
imageAlt: "Michael Chen",
},
{ {
id: "t3", id: "t3", name: "David Lee", role: "CTO", company: "Apex Dynamics", rating: 5,
name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg", imageAlt: "David Lee"},
role: "Marketing Director",
company: "GrowthCo",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg",
imageAlt: "Emily Rodriguez",
},
{ {
id: "t4", id: "t4", name: "Sophia Kim", role: "Product Lead", company: "Velocity Ventures", rating: 5,
name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/closeup-thoughtful-middle-aged-business-man_1262-2985.jpg", imageAlt: "Sophia Kim"},
role: "Product Manager",
company: "StartupXYZ",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-thoughtful-middle-aged-business-man_1262-2985.jpg",
imageAlt: "David Kim",
},
{ {
id: "t5", id: "t5", name: "Omar Hassan", role: "CEO", company: "Digital Spark Co.", rating: 5,
name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/dentist-doctor-looking-camera-smiling-while-elderly-patient-waiting-him-background-dental-hygiene-stomatologist-with-protection-glasses-standing-front-webcam-stomatological-clinic_482257-3573.jpg", imageAlt: "Omar Hassan"},
role: "Lead Engineer",
company: "Innovate Engineering Solutions",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/dentist-doctor-looking-camera-smiling-while-elderly-patient-waiting-him-background-dental-hygiene-stomatologist-with-protection-glasses-standing-front-webcam-stomatological-clinic_482257-3573.jpg",
imageAlt: "Jessica Lee",
},
]} ]}
title="Voices of Collaboration" title="Hear From Our Satisfied Customers"
description="Hear directly from clients and collaborators about the impact of my engineering contributions. Their feedback underscores my commitment to technical excellence and professional partnership." description="Our clients share their success stories, highlighting how InnovateFlow has transformed their operations and contributed to their growth."
/> />
</div> </div>
@@ -353,23 +217,14 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "What is InnovateFlow?", content: "InnovateFlow is a SaaS platform designed to streamline workflows, automate tasks, and provide data insights for businesses of all sizes, boosting productivity and efficiency."},
title: "What industries do you specialize in?",
content: "I primarily work across industrial automation, renewable energy, and advanced manufacturing sectors, but my skills are adaptable to a broad range of engineering challenges.",
},
{ {
id: "q2", id: "q2", title: "How does InnovateFlow improve team collaboration?", content: "Our platform offers integrated communication tools, shared dashboards, and real-time updates, fostering seamless collaboration and ensuring everyone is on the same page."},
title: "How do you approach a new project?",
content: "My process typically begins with a detailed discovery phase to understand client needs, followed by conceptual design, iterative development, rigorous testing, and final implementation, all with transparent communication.",
},
{ {
id: "q3", id: "q3", title: "Is InnovateFlow suitable for small businesses?", content: "Absolutely! InnovateFlow is scalable and offers flexible plans designed to meet the needs of both small startups and large enterprises, providing essential tools without the complexity."},
title: "Can you provide examples of your past work?",
content: "Absolutely. My portfolio highlights various projects, and I'm happy to discuss specific case studies relevant to your interests during a consultation.",
},
]} ]}
sideTitle="Frequently Asked Questions" sideTitle="Common Questions About InnovateFlow"
sideDescription="Find answers to common questions about my engineering services, project capabilities, and professional approach." sideDescription="Got questions about our platform? We've got answers. Explore our frequently asked questions to learn more about how InnovateFlow can benefit your business."
faqsAnimation="blur-reveal" faqsAnimation="blur-reveal"
textPosition="left" textPosition="left"
/> />
@@ -379,17 +234,16 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}} tag="Get Started"
tag="Connect" title="Ready to Transform Your Business?"
title="Let's Build the Future Together" description="Join thousands of businesses already optimizing their operations with InnovateFlow. Sign up for a free trial or contact us to discuss your specific needs."
description="Ready to discuss your next engineering challenge or explore collaboration opportunities? Reach out, and let's bring your innovative ideas to life. I look forward to connecting with you." imageSrc="http://img.b2bpic.net/free-photo/female-developer-working-office_23-2149591147.jpg"
imageSrc="http://img.b2bpic.net/free-photo/engineer-solar-panels-plant-using-vr-optimize-layouts-using-cad-software_482257-120364.jpg" imageAlt="Person working on a laptop with digital interfaces"
imageAlt="Interconnected 3D gears and engineering elements"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
inputPlaceholder="Your Email Address" inputPlaceholder="Your Business Email"
buttonText="Get in Touch" buttonText="Start My Free Trial"
/> />
</div> </div>
@@ -397,61 +251,40 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Quick Links", title: "Quick Links", items: [
items: [
{ {
label: "Home", label: "Home", href: "#home"},
href: "#home",
},
{ {
label: "About", label: "Features", href: "#about"},
href: "#about",
},
{ {
label: "Projects", label: "Platform", href: "#projects"},
href: "#projects",
},
], ],
}, },
{ {
title: "Expertise", title: "Solutions", items: [
items: [
{ {
label: "Mechanical Design", label: "Marketing", href: "#expertise"},
href: "#expertise",
},
{ {
label: "FEA & Simulation", label: "Sales", href: "#expertise"},
href: "#expertise",
},
{ {
label: "Project Management", label: "Operations", href: "#expertise"},
href: "#expertise",
},
], ],
}, },
{ {
title: "Connect", title: "Company", items: [
items: [
{ {
label: "Contact Me", label: "About Us", href: "#about"},
href: "#contact",
},
{ {
label: "LinkedIn", label: "Contact", href: "#contact"},
href: "https://linkedin.com/in/mahmoudshamikh",
},
{ {
label: "Email", label: "Privacy Policy", href: "/privacy-policy"},
href: "mailto:info@mahmoudshamikh.com",
},
], ],
}, },
]} ]}
logoSrc="http://img.b2bpic.net/free-vector/sphere-abstract-logo_126523-2805.jpg" logoSrc="http://img.b2bpic.net/free-vector/sphere-abstract-logo_126523-2805.jpg"
logoAlt="Mahmoud Shamikh Engineering Logo" logoAlt="InnovateFlow Logo"
logoText="Mahmoud Shamikh" logoText="InnovateFlow"
copyrightText="© 2024 Mahmoud Shamikh. All rights reserved." copyrightText="© 2024 InnovateFlow. All rights reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>

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-raleway), sans-serif; font-family: var(--font-inter-tight), 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-raleway), sans-serif; font-family: var(--font-inter-tight), sans-serif;
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f7f6f7; --background: #000000;
--card: #ffffff; --card: #0c0c0c;
--foreground: #25190c; --foreground: #ffffff;
--primary-cta: #ff6207; --primary-cta: #106EFB;
--primary-cta-text: #f7f6f7; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #000000;
--secondary-cta-text: #25190c; --secondary-cta-text: #ffffff;
--accent: #ffce93; --accent: #535353;
--background-accent: #e8cfa8; --background-accent: #106EFB;
/* 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);