diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f36e2f..9735c0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,14 +48,14 @@ export default function LandingPage() { title="Precision Medicine. Reimagined." description="Unlock your body's potential with advanced genomic analysis and personalized wellness strategies. Engineered for those who refuse to settle for average health." testimonials={[ - { name: "Elena R.", handle: "@elena_wellness", testimonial: "The precision insights were unparalleled. A true life changer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-biological-applied-science-laboratory-with-technological-microscopes-glass-test-tubes-micropipettes-desktop-computers-displays-pc-s-are-running-sophisticated-dna-calculations_482257-12802.jpg", imageAlt: "luxury laboratory interior" }, - { name: "Marcus T.", handle: "@marcust_health", testimonial: "Metaboliq has set a new gold standard in personal health.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-network-communications-background_1048-15870.jpg", imageAlt: "luxury laboratory interior" }, - { name: "Sarah J.", handle: "@sarah_j", testimonial: "Data-driven health that actually works. Exceptional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-hospital_23-2148827755.jpg", imageAlt: "luxury laboratory interior" }, - { name: "David V.", handle: "@david_v", testimonial: "An incredible experience. My health metrics are peak.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/individual-delivering-product-bought-online_23-2148577027.jpg", imageAlt: "luxury laboratory interior" }, - { name: "Alice W.", handle: "@alice_w", testimonial: "The science-backed approach is simply refreshing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-woman-portrait-outdoors_23-2148603027.jpg", imageAlt: "luxury laboratory interior" }, + { name: "Elena R.", handle: "@elena_wellness", testimonial: "The precision insights were unparalleled. A true life changer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-biological-applied-science-laboratory-with-technological-microscopes-glass-test-tubes-micropipettes-desktop-computers-displays-pc-s-are-running-sophisticated-dna-calculations_482257-12802.jpg?_wi=1", imageAlt: "luxury laboratory interior" }, + { name: "Marcus T.", handle: "@marcust_health", testimonial: "Metaboliq has set a new gold standard in personal health.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-network-communications-background_1048-15870.jpg?_wi=1", imageAlt: "luxury laboratory interior" }, + { name: "Sarah J.", handle: "@sarah_j", testimonial: "Data-driven health that actually works. Exceptional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-hospital_23-2148827755.jpg?_wi=1", imageAlt: "luxury laboratory interior" }, + { name: "David V.", handle: "@david_v", testimonial: "An incredible experience. My health metrics are peak.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/individual-delivering-product-bought-online_23-2148577027.jpg?_wi=1", imageAlt: "luxury laboratory interior" }, + { name: "Alice W.", handle: "@alice_w", testimonial: "The science-backed approach is simply refreshing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-woman-portrait-outdoors_23-2148603027.jpg?_wi=1", imageAlt: "luxury laboratory interior" }, ]} buttons={[{ text: "Start Your Journey", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/modern-empty-biological-applied-science-laboratory-with-technological-microscopes-glass-test-tubes-micropipettes-desktop-computers-displays-pc-s-are-running-sophisticated-dna-calculations_482257-12802.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-empty-biological-applied-science-laboratory-with-technological-microscopes-glass-test-tubes-micropipettes-desktop-computers-displays-pc-s-are-running-sophisticated-dna-calculations_482257-12802.jpg?_wi=2" imageAlt="Luxurious metabolic lab" mediaAnimation="blur-reveal" avatars={[ @@ -97,7 +97,7 @@ export default function LandingPage() { { title: "Precision Biomarkers", description: "Continuous monitoring of key metabolic indicators." }, { title: "Actionable Optimization", description: "Tailored protocols for peak physical and mental output." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-network-communications-background_1048-15870.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-network-communications-background_1048-15870.jpg?_wi=2" imageAlt="DNA strand visualisation" mediaAnimation="blur-reveal" /> @@ -110,7 +110,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Clinical Performance Tracking", description: "Real-time adjustments to your health profile based on metabolic shifts.", media: { imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-hospital_23-2148827755.jpg" }, + title: "Clinical Performance Tracking", description: "Real-time adjustments to your health profile based on metabolic shifts.", media: { imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-hospital_23-2148827755.jpg?_wi=2" }, items: [{ icon: Zap, text: "Optimized protocols" }, { icon: Shield, text: "Complete data security" }], reverse: false }, @@ -137,7 +137,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "p1", name: "Essentials Suite", price: "$4,500", variant: "Diagnostic Kit", imageSrc: "http://img.b2bpic.net/free-photo/individual-delivering-product-bought-online_23-2148577027.jpg" }, + { id: "p1", name: "Essentials Suite", price: "$4,500", variant: "Diagnostic Kit", imageSrc: "http://img.b2bpic.net/free-photo/individual-delivering-product-bought-online_23-2148577027.jpg?_wi=2" }, { id: "p2", name: "Premium Genomics", price: "$9,200", variant: "Deep Analysis", imageSrc: "http://img.b2bpic.net/free-photo/trendy-color-swatches-with-different-elements_23-2150169885.jpg" }, { id: "p3", name: "Executive Elite", price: "$15,000", variant: "Comprehensive", imageSrc: "http://img.b2bpic.net/free-photo/pill-box-arrangement-still-life_23-2149643888.jpg" }, ]} @@ -167,7 +167,7 @@ export default function LandingPage() { animationType="blur-reveal" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "James L.", handle: "@ceo_health", testimonial: "The depth of insight is incredible. I feel ten years younger.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-woman-portrait-outdoors_23-2148603027.jpg" }, + { id: "t1", name: "James L.", handle: "@ceo_health", testimonial: "The depth of insight is incredible. I feel ten years younger.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-woman-portrait-outdoors_23-2148603027.jpg?_wi=2" }, { id: "t2", name: "Catherine M.", handle: "@cto_life", testimonial: "Finally, a medical service that takes precision seriously.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg" }, { id: "t3", name: "Robert B.", handle: "@tech_founder", testimonial: "Remarkable improvements in cognitive performance. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/satisfied-african-american-woman-grey-formal-clothes-feels-happy_273609-45629.jpg" }, ]}