Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-09 11:35:16 +00:00
2 changed files with 23 additions and 1412 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -28,7 +28,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav" className="backdrop-blur-md">
<NavbarLayoutFloatingOverlay
brandName="PureAqua"
brandName="Pure Sure"
navItems={[
{ name: "Services", id: "services" },
{ name: "Products", id: "products" },
@@ -210,7 +210,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials" className="py-20 bg-white">
<TestimonialCardThirteen
title="What Our Customers Say"
description="Real experiences from families who trust PureAqua for their water purification needs"
description="Real experiences from families who trust Pure Sure for their water purification needs"
tag="Customer Reviews"
tagIcon={Star}
tagAnimation="slide-up"
@@ -322,7 +322,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer" className="relative bg-gradient-to-t from-blue-900 to-blue-800 text-white">
<FooterLogoReveal
logoText="PureAqua"
logoText="Pure Sure"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
className="bg-gradient-to-t from-blue-50 to-transparent"
@@ -334,4 +334,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}