Merge version_2 into main #2
@@ -7,7 +7,7 @@ import MediaAbout from "@/components/sections/about/MediaAbout";
|
||||
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import { Award, CheckCircle, MessageSquare, Shield, Sparkles, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -150,11 +150,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/water-drops-background-realistic-style_23-2147824173.jpg"
|
||||
imageAlt="INVOLVE WATER - Pure Water Solutions"
|
||||
logoText="INVOLVE WATER"
|
||||
copyrightText="© 2025 INVOLVE WATER | Pure Water, Powerful Branding"
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product", items: [
|
||||
@@ -178,8 +174,9 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 INVOLVE WATER | Pure Water, Powerful Branding"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user