Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c828dd8ae1 | |||
| c9e5906054 | |||
| 9968dd0cad |
@@ -7,7 +7,7 @@ import MediaAbout from "@/components/sections/about/MediaAbout";
|
|||||||
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
||||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
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";
|
import { Award, CheckCircle, MessageSquare, Shield, Sparkles, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -150,11 +150,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterBaseReveal
|
||||||
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"
|
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Product", items: [
|
title: "Product", items: [
|
||||||
@@ -178,8 +174,9 @@ export default function LandingPage() {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
copyrightText="© 2025 INVOLVE WATER | Pure Water, Powerful Branding"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user