9 Commits

Author SHA1 Message Date
68736a83c9 Merge version_6 into main
Merge version_6 into main
2026-05-20 21:50:55 +00:00
8b89b666d6 Update theme colors 2026-05-20 21:50:49 +00:00
7e3e72a57c Merge version_5 into main
Merge version_5 into main
2026-05-20 21:49:34 +00:00
e5e3c4b301 Update theme colors 2026-05-20 21:49:31 +00:00
1eddb31f07 Switch to version 4: modified src/app/page.tsx 2026-05-20 21:44:29 +00:00
018a9142ec Switch to version 3: modified src/app/page.tsx 2026-05-20 21:44:17 +00:00
4d0e2af21e Merge version_4 into main
Merge version_4 into main
2026-05-20 20:50:58 +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: #52abc7;
--primary-cta-text: #ffffff;
--secondary-cta: #0a2540;
--secondary-cta-text: #ffffff;