3 Commits

Author SHA1 Message Date
e5e3c4b301 Update theme colors 2026-05-20 21:49:31 +00:00
f8f82f4828 Update src/app/page.tsx 2026-05-20 20:50:55 +00:00
7baf455885 Merge version_3 into main
Merge version_3 into main
2026-05-20 20:47:24 +00:00
2 changed files with 1 additions and 29 deletions

View File

@@ -263,34 +263,6 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/summer-product-backdrop-swimming-pool_53876-145572.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Services", href: "#services"},
{
label: "Our Process", href: "#process"},
{
label: "Testimonials", href: "#testimonials"},
],
},
{
items: [
{
label: "Contact Us", href: "#contact"},
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
],
},
]}
logoText="Royal Blue Austin"
/>
</div>
</ReactLenis>
</ThemeProvider>
);

View File

@@ -13,7 +13,7 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #0a2540;
--primary-cta: #c8a253;
--primary-cta: #52c5c7;
--primary-cta-text: #ffffff;
--secondary-cta: #0a2540;
--secondary-cta-text: #ffffff;