5 Commits

Author SHA1 Message Date
9c977a8156 Update src/app/page.tsx 2026-03-04 01:44:59 +00:00
b5e1032329 Merge version_3 into main
Merge version_3 into main
2026-03-04 01:43:23 +00:00
c6a34f5b18 Update src/app/page.tsx 2026-03-04 01:43:19 +00:00
fe4f7edb54 Update src/app/layout.tsx 2026-03-04 01:43:19 +00:00
cbc75e285c Merge version_2 into main
Merge version_2 into main
2026-03-04 01:40:49 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -1392,4 +1392,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -99,6 +99,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
buttons={[
{ text: "View Pricing", href: "#pricing" }
]}
features={[
{
title: "Mobile Detailing", description: "We come to you. Professional detailing at your home or office in Beaverton, Portland, or Newberg.", bentoComponent: "icon-info-cards", items: [
@@ -259,4 +262,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}