Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -4,14 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { AlertTriangle, Clock, Droplets, Home, Percent, Settings, ShieldCheck, ThumbsUp, UserCheck, Wrench } from "lucide-react";
|
||||
import { AlertTriangle, Clock, Droplets, Home, Percent, Settings, ShieldCheck, ThumbsUp, UserCheck, Wrench, Mail, Phone, MapPin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -178,17 +178,12 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CtoNbEzSWLAqFGLTLLKh0cXwQH/uploaded-1778250688183-zuhnuzii.jpg"
|
||||
columns={[
|
||||
{ items: [{ label: "Nyumbani", href: "#hero" }, { label: "Huduma", href: "#services" }, { label: "Mawasiliano", href: "#contact" }] },
|
||||
{ items: [{ label: "Facebook", href: "#" }, { label: "WhatsApp", href: "https://wa.me/255763809134" }, { label: "Instagram", href: "#" }] },
|
||||
{ items: [{ label: "Makongo, Dar es Salaam", href: "#" }, { label: "0763 809 134", href: "tel:0763809134" }, { label: "fundibombatz@gmail.com", href: "mailto:fundibombatz@gmail.com" }] },
|
||||
]}
|
||||
<FooterCard
|
||||
logoText="Fundi Bomba Tanzania"
|
||||
copyrightText="© 2025 | Fundi Bomba Tanzania"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user