Merge version_2 into main #6

Merged
bender merged 1 commits from version_2 into main 2026-03-04 05:25:46 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroCarouselLogo from '@/components/sections/hero/HeroCarouselLogo';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
@@ -44,19 +44,23 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
title="Professional Roof Cleaning Services"
logoText="Professional Roof Cleaning Services"
description="Restore your roof's beauty and extend its lifespan with Mojito Roof's expert cleaning services. Fast, reliable, and trusted by thousands of homeowners."
tag="Expert Service"
tagIcon={Shield}
logos={[
"http://img.b2bpic.net/free-photo/roof-old-residential-building-village-museum-bucharest-romania_1268-21641.jpg?_wi=1", "http://img.b2bpic.net/free-photo/back-view-male-musician-roof-top-holding-electric-guitar_23-2148680355.jpg?_wi=1", "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=1"
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/roof-old-residential-building-village-museum-bucharest-romania_1268-21641.jpg?_wi=1", imageAlt: "Professional roof cleaning service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/back-view-male-musician-roof-top-holding-electric-guitar_23-2148680355.jpg?_wi=1", imageAlt: "Trusted roof cleaning team"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=1", imageAlt: "Expert roof cleaning equipment"
}
]}
logoNames={["Professional Service", "Trusted Quality", "Expert Team"]}
buttons={[
{ text: "Get Free Inspection", href: "#contact" },
{ text: "Learn More", href: "#services" }
]}
background={{ variant: "glowing-orb" }}
/>
</div>
@@ -255,10 +259,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="Mojito Roof"
tagline="Professional Roof Cleaning Services"
columns={[
{
title: "Services", items: [
items: [
{ label: "Roof Washing", href: "#services" },
{ label: "Moss Removal", href: "#services" },
{ label: "Gutter Cleaning", href: "#services" },
@@ -266,7 +269,7 @@ export default function LandingPage() {
]
},
{
title: "Company", items: [
items: [
{ label: "About Us", href: "#about" },
{ label: "Our Team", href: "#" },
{ label: "Reviews", href: "#testimonials" },
@@ -274,7 +277,7 @@ export default function LandingPage() {
]
},
{
title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Warranty", href: "#" },
@@ -282,7 +285,6 @@ export default function LandingPage() {
]
}
]}
copyrightText="© 2025 Mojito Roof. All rights reserved. Professional Roof Cleaning Services."
/>
</div>
</ThemeProvider>