Compare commits
8 Commits
version_4_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d28ac7499 | |||
|
|
9066fff32f | ||
| 6f03b8a7a3 | |||
|
|
e81caff3d9 | ||
| e8f8770802 | |||
|
|
d0da382ca3 | ||
| 5d467049cb | |||
|
|
59d425edf3 |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #f5faff;
|
||||
--card: #ffffff;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #8b5cf6;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #2a2a2a;
|
||||
--secondary-cta-text: #f5f5f5;
|
||||
--accent: #c4b5fd;
|
||||
--background-accent: #4c1d95;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1rem;
|
||||
|
||||
@@ -2,7 +2,7 @@ import AboutTestimonial from '@/components/sections/about/AboutTestimonial';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import FaqSimple from '@/components/sections/faq/FaqSimple';
|
||||
import FeaturesArrowCards from '@/components/sections/features/FeaturesArrowCards';
|
||||
import HeroBrand from '@/components/sections/hero/HeroBrand';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards';
|
||||
import ProductRatingCards from '@/components/sections/product/ProductRatingCards';
|
||||
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
|
||||
@@ -15,9 +15,10 @@ export default function HomePage() {
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBrand
|
||||
brand="Your Vision, Our Expertise."
|
||||
description="We craft stunning, high-performing websites that drive growth and captivate your audience. Let's build something remarkable together."
|
||||
<HeroBillboard
|
||||
tag="Your Vision, Our Expertise."
|
||||
title="Websites That Grow Your Business."
|
||||
description="Let's create something amazing together."
|
||||
primaryButton={{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
|
||||
Reference in New Issue
Block a user