Update src/app/page.tsx
This commit is contained in:
203
src/app/page.tsx
203
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Science",
|
||||
id: "features",
|
||||
},
|
||||
name: "Science", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Research Wellness"
|
||||
/>
|
||||
@@ -55,47 +47,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="Advancing Health Through Precision Peptides"
|
||||
description="Research Wellness delivers scientifically formulated, high-purity peptides to optimize your performance, longevity, and vitality."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Products", href: "#products"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-science-concept_23-2148623678.jpg?_wi=1",
|
||||
imageAlt: "Laboratory research environment",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-science-concept_23-2148623678.jpg", imageAlt: "Laboratory research environment"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-oily-bubbles-droplets-colourful-watery-backdrop_23-2148290051.jpg",
|
||||
imageAlt: "Molecular structure",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-oily-bubbles-droplets-colourful-watery-backdrop_23-2148290051.jpg", imageAlt: "Molecular structure"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-holding-pipette-with-liquid-copy-space_23-2148635055.jpg",
|
||||
imageAlt: "Precision liquid dropper",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-holding-pipette-with-liquid-copy-space_23-2148635055.jpg", imageAlt: "Precision liquid dropper"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-representation-dna_23-2150472306.jpg",
|
||||
imageAlt: "DNA helix",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/3d-representation-dna_23-2150472306.jpg", imageAlt: "DNA helix"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-syringe_23-2147642779.jpg",
|
||||
imageAlt: "Researcher holding vial",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-syringe_23-2147642779.jpg", imageAlt: "Researcher holding vial"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nail-polish-texture_23-2148111080.jpg",
|
||||
imageAlt: "Abstract particles",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/nail-polish-texture_23-2148111080.jpg", imageAlt: "Abstract particles"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,9 +78,7 @@ export default function LandingPage() {
|
||||
title="Our Commitment to Scientific Excellence"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Story", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,29 +90,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Lab Tested Purity",
|
||||
description: "Every batch undergoes rigorous 3rd party testing to ensure maximum potency and safety standards.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-science-concept_23-2148623678.jpg?_wi=2",
|
||||
imageAlt: "Lab tested purity",
|
||||
},
|
||||
title: "Lab Tested Purity", description: "Every batch undergoes rigorous 3rd party testing to ensure maximum potency and safety standards.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-science-concept_23-2148623678.jpg", imageAlt: "Lab tested purity"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Verified Purity",
|
||||
},
|
||||
text: "Verified Purity"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Batch Testing",
|
||||
},
|
||||
text: "Batch Testing"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Safety Certified",
|
||||
},
|
||||
text: "Safety Certified"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-science-concept_23-2148623678.jpg?_wi=3",
|
||||
imageAlt: "scientific lab glass vials modern",
|
||||
},
|
||||
]}
|
||||
title="Why Research Wellness?"
|
||||
@@ -159,41 +119,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Vitality-X",
|
||||
price: "$89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-positive-coronavirus-tests_23-2150184654.jpg",
|
||||
},
|
||||
id: "p1", name: "Vitality-X", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/still-life-positive-coronavirus-tests_23-2150184654.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Focus-Z",
|
||||
price: "$99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skin-care-banner-concept-with-lotion_23-2149449104.jpg",
|
||||
},
|
||||
id: "p2", name: "Focus-Z", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/skin-care-banner-concept-with-lotion_23-2149449104.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Recovery-A",
|
||||
price: "$109",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-pill-bottle-orange-pills-against-white-background_181624-839.jpg",
|
||||
},
|
||||
id: "p3", name: "Recovery-A", price: "$109", imageSrc: "http://img.b2bpic.net/free-photo/white-pill-bottle-orange-pills-against-white-background_181624-839.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Immuno-Core",
|
||||
price: "$79",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-medical-objects-with-copyspace_23-2147822661.jpg",
|
||||
},
|
||||
id: "p4", name: "Immuno-Core", price: "$79", imageSrc: "http://img.b2bpic.net/free-photo/composition-medical-objects-with-copyspace_23-2147822661.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Sleep-Plus",
|
||||
price: "$69",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vaccine-recipients-arrangement-table_23-2148755625.jpg",
|
||||
},
|
||||
id: "p5", name: "Sleep-Plus", price: "$69", imageSrc: "http://img.b2bpic.net/free-photo/vaccine-recipients-arrangement-table_23-2148755625.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Growth-Max",
|
||||
price: "$129",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-medical-things_658428-169.jpg",
|
||||
},
|
||||
id: "p6", name: "Growth-Max", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/assorted-medical-things_658428-169.jpg"},
|
||||
]}
|
||||
title="Precision Peptide Catalog"
|
||||
description="Browse our range of high-quality therapeutic peptides formulated for peak performance."
|
||||
@@ -202,27 +138,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Award,
|
||||
title: "Lab Tests",
|
||||
value: "100+",
|
||||
},
|
||||
id: "m1", icon: Award,
|
||||
title: "Lab Tests", value: "100+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Users,
|
||||
title: "Clients Served",
|
||||
value: "5k+",
|
||||
},
|
||||
id: "m2", icon: Users,
|
||||
title: "Clients Served", value: "5k+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Shield,
|
||||
title: "Purity Rating",
|
||||
value: "99.9%",
|
||||
},
|
||||
id: "m3", icon: Shield,
|
||||
title: "Purity Rating", value: "99.9%"},
|
||||
]}
|
||||
title="Setting Industry Standards"
|
||||
description="We maintain the highest benchmarks for peptide research and distribution."
|
||||
@@ -235,45 +163,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great Quality",
|
||||
quote: "The purity of these peptides is unmatched. I've seen measurable results in recovery.",
|
||||
name: "Alex R.",
|
||||
role: "Athlete",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29249.jpg",
|
||||
},
|
||||
id: "1", title: "Great Quality", quote: "The purity of these peptides is unmatched. I've seen measurable results in recovery.", name: "Alex R.", role: "Athlete", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29249.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "High Integrity",
|
||||
quote: "Finally, a brand that prioritizes lab testing and transparent sourcing. Highly recommend.",
|
||||
name: "Sarah W.",
|
||||
role: "Biohacker",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-businessman-black-wall_176420-3460.jpg",
|
||||
},
|
||||
id: "2", title: "High Integrity", quote: "Finally, a brand that prioritizes lab testing and transparent sourcing. Highly recommend.", name: "Sarah W.", role: "Biohacker", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-businessman-black-wall_176420-3460.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Excellent Service",
|
||||
quote: "Fast shipping and fantastic customer support. My go-to source for peptides.",
|
||||
name: "Marcus L.",
|
||||
role: "Entrepreneur",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5559.jpg",
|
||||
},
|
||||
id: "3", title: "Excellent Service", quote: "Fast shipping and fantastic customer support. My go-to source for peptides.", name: "Marcus L.", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5559.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Peak Performance",
|
||||
quote: "I've been using their focus peptides for weeks and my productivity has skyrocketed.",
|
||||
name: "Elena D.",
|
||||
role: "Creative Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sign-language-concept_23-2148572467.jpg",
|
||||
},
|
||||
id: "4", title: "Peak Performance", quote: "I've been using their focus peptides for weeks and my productivity has skyrocketed.", name: "Elena D.", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sign-language-concept_23-2148572467.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Reliable Results",
|
||||
quote: "Research Wellness set the gold standard. Consistent quality you can count on.",
|
||||
name: "James K.",
|
||||
role: "Fitness Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-pensive-redhead-hipster-with-full-beard-glasses-dressed-casual-clothes-poses-with-hand-chin-studio-isolated-dark-background_613910-20091.jpg",
|
||||
},
|
||||
id: "5", title: "Reliable Results", quote: "Research Wellness set the gold standard. Consistent quality you can count on.", name: "James K.", role: "Fitness Coach", imageSrc: "http://img.b2bpic.net/free-photo/smart-pensive-redhead-hipster-with-full-beard-glasses-dressed-casual-clothes-poses-with-hand-chin-studio-isolated-dark-background_613910-20091.jpg"},
|
||||
]}
|
||||
title="Trusted by Wellness Enthusiasts"
|
||||
description="Hear from our community about the impact of our precision peptides."
|
||||
@@ -284,16 +182,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get In Touch"
|
||||
title="Ready to optimize your wellness?"
|
||||
description="Have questions about our formulations or need consultation? Reach out to our scientific team."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -302,29 +197,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "All Peptides",
|
||||
href: "#products",
|
||||
},
|
||||
label: "All Peptides", href: "#products"},
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#",
|
||||
},
|
||||
label: "New Arrivals", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Our Science",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Our Science", href: "#features"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user