Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-04-26 20:12:37 +00:00

View File

@@ -2,15 +2,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
export default function LandingPage() {
return (
@@ -139,15 +139,17 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
<TestimonialCardThirteen
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
showRating={true}
testimonials={[
{ id: "t1", name: "Sarah J.", date: "Jan 2025", title: "Triathlete", quote: "Hydration reimagined. Pure and simple.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/young-girl-leaning-chin-hands-turquoise-t-shirt-pants-looking-satisfied-front-view_176474-106728.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-with-plastic-bottle-beach_23-2147803074.jpg?_wi=2", imageAlt: "healthy young athlete" },
{ id: "t2", name: "Mark D.", date: "Feb 2025", title: "Ultra Runner", quote: "Cleanest finish after any long race.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/thoughtful-man-doing-physical-exercises_1098-2727.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-water-flowing-through-mossy-ground_181624-13028.jpg", imageAlt: "healthy young athlete" },
{ id: "t3", name: "Elena K.", date: "Mar 2025", title: "Yoga Coach", quote: "Refreshingly pure experience.", tag: "Wellness", avatarSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885650.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-rainbow-countryside_23-2151625119.jpg", imageAlt: "healthy young athlete" },
{ id: "t4", name: "David W.", date: "Mar 2025", title: "Cyclist", quote: "Essential mineral content.", tag: "Athlete", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-female-athlete-stretching_23-2147839312.jpg", imageSrc: "http://img.b2bpic.net/free-photo/postcard-with-water-drops-pink-background_1268-31388.jpg?_wi=2", imageAlt: "healthy young athlete" },
{ id: "t5", name: "Chloe T.", date: "Apr 2025", title: "Creative", quote: "Everything about this brand is elevated.", tag: "Consumer", avatarSrc: "http://img.b2bpic.net/free-photo/background-with-flower-field-shadow-golden-hour_53876-104081.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hands-showing-balloons-word_53876-21092.jpg", imageAlt: "healthy young athlete" },
{ id: "t1", name: "Sarah J.", handle: "@sarahathlete", testimonial: "Hydration reimagined. Pure and simple.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-with-plastic-bottle-beach_23-2147803074.jpg?_wi=2" },
{ id: "t2", name: "Mark D.", handle: "@markruns", testimonial: "Cleanest finish after any long race.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-water-flowing-through-mossy-ground_181624-13028.jpg" },
{ id: "t3", name: "Elena K.", handle: "@elena_yoga", testimonial: "Refreshingly pure experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dreamy-rainbow-countryside_23-2151625119.jpg" },
{ id: "t4", name: "David W.", handle: "@dave_cycles", testimonial: "Essential mineral content.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/postcard-with-water-drops-pink-background_1268-31388.jpg?_wi=2" },
{ id: "t5", name: "Chloe T.", handle: "@chloe_studio", testimonial: "Everything about this brand is elevated.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hands-showing-balloons-word_53876-21092.jpg" },
]}
title="Loved by Athletes"
description="See why top performers choose Maya."
@@ -155,17 +157,18 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{ variant: "sparkles-gradient" }}
text="Join the Maya revolution. Sign up for our wellness news."
<ContactCTA
tag="Contact Us"
title="Join the Maya revolution."
description="Sign up for our wellness news."
buttons={[{ text: "Newsletter Signup", href: "#" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/lake-with-shore-sunset_1259-179.jpg"
<FooterBase
logoText="Maya Water"
columns={[
{ title: "Resources", items: [{ label: "About", href: "#about" }, { label: "Source", href: "#source" }] },