Merge version_2 into main #5

Merged
bender merged 2 commits from version_2 into main 2026-03-03 10:57:20 +00:00
Showing only changes of commit 598f0490a4 - Show all commits

View File

@@ -10,7 +10,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
import FaqDouble from "@/components/sections/faq/FaqDouble"; import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactSplit from "@/components/sections/contact/ContactSplit"; import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBase from "@/components/sections/footer/FooterBase"; import FooterBase from "@/components/sections/footer/FooterBase";
import { Heart, CheckCircle } from "lucide-react"; import { Heart } from "lucide-react";
export default function HomePage() { export default function HomePage() {
const navItems = [ const navItems = [
@@ -18,7 +18,7 @@ export default function HomePage() {
{ name: "Pricing", id: "/pricing" }, { name: "Pricing", id: "/pricing" },
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" }, { name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact-lead" },
]; ];
const footerColumns = [ const footerColumns = [
@@ -35,7 +35,7 @@ export default function HomePage() {
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Testimonials", href: "#testimonials" }, { label: "Testimonials", href: "#testimonials" },
{ label: "Pricing", href: "/pricing" }, { label: "Pricing", href: "/pricing" },
{ label: "Contact", href: "#contact" }, { label: "Contact", href: "#contact-lead" },
], ],
}, },
{ {
@@ -43,7 +43,7 @@ export default function HomePage() {
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "Accessibility", href: "#" }, { label: "Accessibility", href: "#" },
{ label: "Contact Us", href: "#contact" }, { label: "Contact Us", href: "#contact-lead" },
], ],
}, },
]; ];