Merge version_1 into main #5
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user