Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-04 13:29:16 +00:00
2 changed files with 5 additions and 2 deletions

View File

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

View File

@@ -229,6 +229,9 @@ export default function LandingPage() {
id: "6", title: "Do you create mobile-friendly websites?", content: "Every website we create is mobile-first responsive design. Your site will look and work perfectly on phones, tablets, and desktops."
}
]}
buttons={[
{ text: "Ready to Get Started?", href: "#contact" }
]}
/>
</div>
@@ -285,4 +288,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}