Merge version_1 into main #8
@@ -1,5 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import React from "react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
|
||||
@@ -254,7 +255,7 @@ const TermsSection: React.FC<{
|
||||
</div>
|
||||
);
|
||||
|
||||
export default function Home() {
|
||||
export default function Page() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Formular", id: "form-section" },
|
||||
@@ -280,7 +281,8 @@ export default function Home() {
|
||||
navItems={navItems}
|
||||
brandName="MULTI TASK CLUB"
|
||||
button={{
|
||||
text: "Contact", href: "tel:0750290998"}}
|
||||
text: "Contact", href: "tel:0750290998"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -288,7 +290,7 @@ export default function Home() {
|
||||
<HeroBillboardScroll
|
||||
title="Spune-ne ce proprietate ai"
|
||||
description="Completează formularul și un consultant te va contacta în cel mai scurt timp."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Lead Collection"
|
||||
tagIcon={Home}
|
||||
tagAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user