Compare commits

..

2 Commits

Author SHA1 Message Date
012bffe212 Update src/app/page.tsx 2026-05-08 17:53:35 +00:00
6ea664c115 Merge version_14 into main
Merge version_14 into main
2026-05-08 17:52:48 +00:00

View File

@@ -75,6 +75,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
tag="Residential & Commercial"
features={[
{ id: "s1", title: "Interior Painting", descriptions: ["Refreshing your living spaces with high-quality finishes."] },
{ id: "s2", title: "Exterior Painting", descriptions: ["Weather-resistant protection for your Dunedin home."] },
@@ -138,4 +139,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}