From 1ef9f7891a65a750f52dd98a6844148ccacdd94e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 07:22:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 221 +++++++++++------------------------------------ 1 file changed, 52 insertions(+), 169 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e07b2f..b590ad7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Shield, Globe, FlaskConical, Trophy } from 'lucide-react'; import ContactText from '@/components/sections/contact/ContactText'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -30,21 +31,13 @@ export default function LandingPage() { @@ -53,66 +46,41 @@ export default function LandingPage() {
@@ -125,41 +93,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Recovery Pro Peptide Complex", - price: "$189", - imageSrc: "http://img.b2bpic.net/free-photo/black-bottle-pills-with-light-blue-label_187299-46204.jpg?_wi=1", - }, + id: "p1", name: "Recovery Pro Peptide Complex", price: "$189", imageSrc: "http://img.b2bpic.net/free-photo/black-bottle-pills-with-light-blue-label_187299-46204.jpg"}, { - id: "p2", - name: "Longevity Elite Formula", - price: "$245", - imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-fresh-vegetables_23-2148913342.jpg?_wi=1", - }, + id: "p2", name: "Longevity Elite Formula", price: "$245", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-fresh-vegetables_23-2148913342.jpg"}, { - id: "p3", - name: "Performance Max Stack", - price: "$199", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pill-containers-foil_23-2148533493.jpg?_wi=1", - }, + id: "p3", name: "Performance Max Stack", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pill-containers-foil_23-2148533493.jpg"}, { - id: "p4", - name: "Vitality Core Booster", - price: "$159", - imageSrc: "http://img.b2bpic.net/free-photo/black-bottle-pills-with-light-blue-label_187299-46204.jpg?_wi=2", - }, + id: "p4", name: "Vitality Core Booster", price: "$159", imageSrc: "http://img.b2bpic.net/free-photo/black-bottle-pills-with-light-blue-label_187299-46204.jpg"}, { - id: "p5", - name: "Cognitive Focus Blend", - price: "$175", - imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-fresh-vegetables_23-2148913342.jpg?_wi=2", - }, + id: "p5", name: "Cognitive Focus Blend", price: "$175", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-fresh-vegetables_23-2148913342.jpg"}, { - id: "p6", - name: "Immune Shield Pro", - price: "$145", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pill-containers-foil_23-2148533493.jpg?_wi=2", - }, + id: "p6", name: "Immune Shield Pro", price: "$145", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pill-containers-foil_23-2148533493.jpg"}, ]} title="Our Premium Collection" description="Expertly crafted peptide formulas for peak performance." @@ -172,33 +116,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Pharmaceutical Grade", - description: "99%+ purity ensured by rigorous third-party testing.", - buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/isolated-screen-laptop-laboratory-displays-dna-visualization-software-used-process-patient_482257-133585.jpg?_wi=2", - imageAlt: "scientific lab research", - }, + title: "Pharmaceutical Grade", description: "99%+ purity ensured by rigorous third-party testing.", buttonIcon: Shield, + imageSrc: "http://img.b2bpic.net/free-photo/isolated-screen-laptop-laboratory-displays-dna-visualization-software-used-process-patient_482257-133585.jpg", imageAlt: "scientific lab research"}, { - title: "Locally Crafted", - description: "Proudly manufactured in Melbourne, Australia.", - buttonIcon: "Globe", - imageSrc: "http://img.b2bpic.net/free-photo/black-bottle-pills-with-light-blue-label_187299-46204.jpg?_wi=3", - imageAlt: "luxury peptide vial", - }, + title: "Locally Crafted", description: "Proudly manufactured in Melbourne, Australia.", buttonIcon: Globe, + imageSrc: "http://img.b2bpic.net/free-photo/black-bottle-pills-with-light-blue-label_187299-46204.jpg", imageAlt: "luxury peptide vial"}, { - title: "Clinically Backed", - description: "Formulated by leading biochemists and peer-reviewed research.", - buttonIcon: "FlaskConical", - imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-fresh-vegetables_23-2148913342.jpg?_wi=3", - imageAlt: "wellness supplement bottle", - }, + title: "Clinically Backed", description: "Formulated by leading biochemists and peer-reviewed research.", buttonIcon: FlaskConical, + imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-fresh-vegetables_23-2148913342.jpg", imageAlt: "wellness supplement bottle"}, { - title: "Trusted by Athletes", - description: "Used by professional sports competitors across the nation.", - buttonIcon: "Trophy", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pill-containers-foil_23-2148533493.jpg?_wi=3", - imageAlt: "health supplement stack", - }, + title: "Trusted by Athletes", description: "Used by professional sports competitors across the nation.", buttonIcon: Trophy, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pill-containers-foil_23-2148533493.jpg", imageAlt: "health supplement stack"}, ]} title="Why Choose Melbourne Peptide Co." description="Experience the pinnacle of Australian pharmaceutical science." @@ -210,30 +138,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah M.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-fresh-fruits_23-2150495117.jpg?_wi=1", - }, + id: "t1", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-fresh-fruits_23-2150495117.jpg"}, { - id: "t2", - name: "Dr. James K.", - imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-stethoscope-tablet_23-2148168464.jpg?_wi=1", - }, + id: "t2", name: "Dr. James K.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-stethoscope-tablet_23-2148168464.jpg"}, { - id: "t3", - name: "Alex R.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-fresh-fruits_23-2150495117.jpg?_wi=2", - }, + id: "t3", name: "Alex R.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-fresh-fruits_23-2150495117.jpg"}, { - id: "t4", - name: "Jordan P.", - imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-stethoscope-tablet_23-2148168464.jpg?_wi=2", - }, + id: "t4", name: "Jordan P.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-stethoscope-tablet_23-2148168464.jpg"}, { - id: "t5", - name: "Chloe L.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-fresh-fruits_23-2150495117.jpg?_wi=3", - }, + id: "t5", name: "Chloe L.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-fresh-fruits_23-2150495117.jpg"}, ]} cardTitle="What Our Clients Say" cardTag="Trusted Results" @@ -247,20 +160,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "How do peptides work?", - content: "Peptides act as signaling molecules to instruct cellular processes.", - }, + id: "f1", title: "How do peptides work?", content: "Peptides act as signaling molecules to instruct cellular processes."}, { - id: "f2", - title: "What testing do you perform?", - content: "We conduct 99%+ purity testing through accredited third-party labs.", - }, + id: "f2", title: "What testing do you perform?", content: "We conduct 99%+ purity testing through accredited third-party labs."}, { - id: "f3", - title: "Are your products TGA compliant?", - content: "Yes, we adhere to strict TGA regulations in all production phases.", - }, + id: "f3", title: "Are your products TGA compliant?", content: "Yes, we adhere to strict TGA regulations in all production phases."}, ]} title="The Science Behind Our Peptides" description="Learn how our advanced formulations work to optimize your health." @@ -272,14 +176,11 @@ export default function LandingPage() { @@ -290,49 +191,31 @@ export default function LandingPage() { { items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Our Story", - href: "#", - }, + label: "Our Story", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, { items: [ { - label: "Recovery Peptides", - href: "#", - }, + label: "Recovery Peptides", href: "#"}, { - label: "Performance Stack", - href: "#", - }, + label: "Performance Stack", href: "#"}, { - label: "Longevity Series", - href: "#", - }, + label: "Longevity Series", href: "#"}, ], }, { items: [ { - label: "FAQ", - href: "#", - }, + label: "FAQ", href: "#"}, { - label: "Shipping", - href: "#", - }, + label: "Shipping", href: "#"}, { - label: "Returns", - href: "#", - }, + label: "Returns", href: "#"}, ], }, ]} -- 2.49.1