Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b89b666d6 | |||
| e5e3c4b301 | |||
| f8f82f4828 | |||
| 7baf455885 |
@@ -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>
|
||||
);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user