diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5333f20..22d7d2d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,6 +11,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
+import FaqDouble from "@/components/sections/faq/FaqDouble";
import { Droplet, Star, CheckCircle, Leaf, MessageCircle, Award, Mail, HelpCircle } from "lucide-react";
const navItems = [
@@ -37,7 +38,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="medium"
sizing="mediumSizeLargeTitles"
- background="grid"
+ background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -53,7 +54,7 @@ export default function HomePage() {
@@ -235,59 +170,17 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- title: "Game Changer for My Fitness Journey",
- quote: "I've tried many water bottles, but Milta stands out for its quality and commitment to sustainability. It's my gym essential.",
- name: "Michael Park",
- role: "Fitness Coach",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
- imageAlt: "Michael Park",
- },
+ id: "1", title: "Game Changer for My Fitness Journey", quote: "I've tried many water bottles, but Milta stands out for its quality and commitment to sustainability. It's my gym essential.", name: "Michael Park", role: "Fitness Coach", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Park"},
{
- id: "2",
- title: "Perfect for My Active Lifestyle",
- quote: "Durability and eco-friendliness combined! Milta bottles are worth every penny. Highly recommend to anyone serious about hydration.",
- name: "Jessica Williams",
- role: "Marathon Runner",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
- imageAlt: "Jessica Williams",
- },
+ id: "2", title: "Perfect for My Active Lifestyle", quote: "Durability and eco-friendliness combined! Milta bottles are worth every penny. Highly recommend to anyone serious about hydration.", name: "Jessica Williams", role: "Marathon Runner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Williams"},
{
- id: "3",
- title: "Premium Quality, Premium Satisfaction",
- quote: "The attention to detail and environmental responsibility is what sold me. I feel good using Milta every single day.",
- name: "David Kumar",
- role: "Corporate Executive",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6",
- imageAlt: "David Kumar",
- },
+ id: "3", title: "Premium Quality, Premium Satisfaction", quote: "The attention to detail and environmental responsibility is what sold me. I feel good using Milta every single day.", name: "David Kumar", role: "Corporate Executive", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kumar"},
{
- id: "4",
- title: "Supporting Sustainability in Style",
- quote: "Beautiful design meets meaningful impact. Every time I use my Milta bottle, I'm contributing to ocean conservation. That's amazing.",
- name: "Angela Chen",
- role: "Environmental Consultant",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7",
- imageAlt: "Angela Chen",
- },
+ id: "4", title: "Supporting Sustainability in Style", quote: "Beautiful design meets meaningful impact. Every time I use my Milta bottle, I'm contributing to ocean conservation. That's amazing.", name: "Angela Chen", role: "Environmental Consultant", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Angela Chen"},
{
- id: "5",
- title: "Worth the Investment",
- quote: "Superior build quality, excellent customer service, and genuine commitment to the planet. Milta is a brand I'm proud to support.",
- name: "Robert Thompson",
- role: "Entrepreneur",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8",
- imageAlt: "Robert Thompson",
- },
+ id: "5", title: "Worth the Investment", quote: "Superior build quality, excellent customer service, and genuine commitment to the planet. Milta is a brand I'm proud to support.", name: "Robert Thompson", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Thompson"},
{
- id: "6",
- title: "Transforming How I Hydrate",
- quote: "From the moment I unboxed my Milta bottle, I knew it was special. Premium feel, eco-conscious, and absolutely reliable.",
- name: "Laura Martinez",
- role: "Wellness Coach",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9",
- imageAlt: "Laura Martinez",
- },
+ id: "6", title: "Transforming How I Hydrate", quote: "From the moment I unboxed my Milta bottle, I knew it was special. Premium feel, eco-conscious, and absolutely reliable.", name: "Laura Martinez", role: "Wellness Coach", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Laura Martinez"},
]}
/>
@@ -307,6 +200,38 @@ export default function HomePage() {
/>
+
+
+
+