Merge version_4 into main #7

Merged
bender merged 1 commits from version_4 into main 2026-05-20 20:50:58 +00:00

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>
);