Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-17 15:23:48 +00:00

View File

@@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import LegalSection from '@/components/legal/LegalSection';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
export default function LandingPage() {
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
@@ -53,12 +53,12 @@ export default function LandingPage() {
sections={[
{
heading: "Service Guarantee", content: {
type: "paragraph", text: "We offer a 30-day warranty on all repair services performed by our technicians."
text: "We offer a 30-day warranty on all repair services performed by our technicians."
}
},
{
heading: "Pricing Policy", content: {
type: "list", items: ["Inspection fee applies to all visits", "Material costs are extra", "Taxes as applicable"]
items: ["Inspection fee applies to all visits", "Material costs are extra", "Taxes as applicable"]
}
}
]}