Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c977a8156 | |||
| b5e1032329 | |||
| c6a34f5b18 | |||
| fe4f7edb54 | |||
| cbc75e285c |
@@ -1392,4 +1392,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -99,6 +99,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
buttons={[
|
||||||
|
{ text: "View Pricing", href: "#pricing" }
|
||||||
|
]}
|
||||||
features={[
|
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: [
|
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>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user