Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-04-04 16:12:37 +00:00

View File

@@ -7,7 +7,12 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase';
export default function Home() {
const navItems = [{ name: 'Home', id: '/' }];
const navItems = [
{ name: 'Home', id: '/' },
{ name: 'Services', id: '#services' },
{ name: 'About', id: '#about' },
{ name: 'Contact', id: '#contact' }
];
return (
<ThemeProvider
@@ -75,6 +80,7 @@ export default function Home() {
title="Book a Free Call"
description="Ready to scale? Call us at +91 91366 64922 to discuss your brand."
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/pregnant-woman-black-clothes-stands-grey-wall_8353-7850.jpg"
mediaAnimation="slide-up"
/>