Compare commits
45 Commits
version_33
...
version_43
| Author | SHA1 | Date | |
|---|---|---|---|
| 63f56b5b13 | |||
| d3d82c85ff | |||
| efcdb18a9f | |||
| c8b230908c | |||
| ec7ddba3df | |||
| 873bbb9d1f | |||
| c113389939 | |||
| 2015918344 | |||
| 40349a22d9 | |||
| 8c20dc356d | |||
| e7c0d697f5 | |||
| ee43b67664 | |||
| f419eb87ad | |||
| 82dbed85b1 | |||
| 584c23a0fc | |||
| 8330eadc7e | |||
| 235f1e215d | |||
| 3e82185b76 | |||
| 913ffa0229 | |||
| de9e80b164 | |||
| 7f811606c9 | |||
| 1fc64a84ad | |||
| 6acd0d5d11 | |||
| 2b572a8227 | |||
| bc8b0e220e | |||
| bff19215b0 | |||
| 558ba2e168 | |||
| cd0cd1e56c | |||
| 671e22fb2c | |||
| 25771207dc | |||
| 81225dd8bf | |||
| 59bde5c796 | |||
| 6ba38cb699 | |||
| d307c69527 | |||
| f5c1ef2cbd | |||
| b9f8c3a4cc | |||
| 2bb20d56e6 | |||
| ac7b677f18 | |||
| 91f12081c6 | |||
| 4fcfcdbecc | |||
| 77d5375ff9 | |||
| f6cce6b098 | |||
| 2e8d1e11c7 | |||
| 75a1a09e47 | |||
| e1dea143da |
@@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
|
||||
@@ -26,7 +26,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -87,7 +87,6 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="Hupp Painting - Dunedin's Painting Experts"
|
||||
buttons={[{ text: "Visit hupppainting.com", href: "https://hupppainting.com" }]}
|
||||
className="bg-background-accent text-foreground"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user