Merge version_2 into main #4
1427
src/app/layout.tsx
1427
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user