Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
444
src/app/page.tsx
444
src/app/page.tsx
@@ -29,325 +29,149 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Vibe Health"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:09055396964",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Vibe Health"
|
||||
button={{ text: "Call Now", href: "tel:09055396964" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Your Trusted Community Pharmacy"
|
||||
description="Providing quality medicine, professional healthcare services, and expert advice to the Benin City community."
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hhy9vw",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9b474m",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=doxg04",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y74k18",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=82ea80",
|
||||
alt: "Customer",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by over 1,000+ happy patients"
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fast Delivery",
|
||||
icon: Truck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Support",
|
||||
icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Certified Products",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Advice",
|
||||
icon: UserCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Affordable Prices",
|
||||
icon: Tag,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{ variant: "plain" }}
|
||||
title="Your Trusted Community Pharmacy"
|
||||
description="Providing quality medicine, professional healthcare services, and expert advice to the Benin City community."
|
||||
avatars={[
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hhy9vw", alt: "Customer" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9b474m", alt: "Customer" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=doxg04", alt: "Customer" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y74k18", alt: "Customer" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=82ea80", alt: "Customer" },
|
||||
]}
|
||||
avatarText="Trusted by over 1,000+ happy patients"
|
||||
buttons={[{ text: "Visit Us", href: "#contact" }]}
|
||||
marqueeItems={[
|
||||
{ type: "text-icon", text: "Fast Delivery", icon: Truck },
|
||||
{ type: "text-icon", text: "24/7 Support", icon: Clock },
|
||||
{ type: "text-icon", text: "Certified Products", icon: CheckCircle },
|
||||
{ type: "text-icon", text: "Expert Advice", icon: UserCheck },
|
||||
{ type: "text-icon", text: "Affordable Prices", icon: Tag },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Professional Care at Your Counter"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Professional Care at Your Counter"
|
||||
buttons={[{ text: "Learn More", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Limited stock",
|
||||
"Long wait times",
|
||||
"Generic advice",
|
||||
"Inconsistent quality",
|
||||
"Outdated service",
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Prompt Delivery Services",
|
||||
"Professional Staffing",
|
||||
"High-Quality Medicines",
|
||||
"Attention to Detail",
|
||||
"Expert Consultation",
|
||||
],
|
||||
}}
|
||||
title="Why Choose Vibe Health?"
|
||||
description="We prioritize your health with attention to detail and professional integrity."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: ["Limited stock", "Long wait times", "Generic advice", "Inconsistent quality", "Outdated service"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: ["Prompt Delivery Services", "Professional Staffing", "High-Quality Medicines", "Attention to Detail", "Expert Consultation"],
|
||||
}}
|
||||
title="Why Choose Vibe Health?"
|
||||
description="We prioritize your health with attention to detail and professional integrity."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "First Aid Kit",
|
||||
price: "₦5,000",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7nmga5",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Premium Vitamins",
|
||||
price: "₦12,000",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uin461",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Skin Care Solution",
|
||||
price: "₦8,500",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fy0zid",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Health Consumables",
|
||||
price: "₦3,000",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0w2qco",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Cold & Flu Medicine",
|
||||
price: "₦4,000",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8rcubq",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Nutritional Supplement",
|
||||
price: "₦7,500",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8coof4",
|
||||
},
|
||||
]}
|
||||
title="Our Healthcare Essentials"
|
||||
description="Explore our quality pharmaceutical products and health consumables."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "First Aid Kit", price: "₦5,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7nmga5" },
|
||||
{ id: "p2", name: "Premium Vitamins", price: "₦12,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uin461" },
|
||||
{ id: "p3", name: "Skin Care Solution", price: "₦8,500", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fy0zid" },
|
||||
{ id: "p4", name: "Health Consumables", price: "₦3,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0w2qco" },
|
||||
{ id: "p5", name: "Cold & Flu Medicine", price: "₦4,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8rcubq" },
|
||||
{ id: "p6", name: "Nutritional Supplement", price: "₦7,500", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8coof4" },
|
||||
]}
|
||||
title="Our Healthcare Essentials"
|
||||
description="Explore our quality pharmaceutical products and health consumables."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5.0",
|
||||
title: "Star Rating",
|
||||
items: [
|
||||
"Based on 3+ reviews",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
title: "Service",
|
||||
items: [
|
||||
"Prompt services provided",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Reliability",
|
||||
items: [
|
||||
"Quality medicine guaranteed",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Service Excellence"
|
||||
description="Committed to delivering health solutions that make a difference."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "5.0", title: "Star Rating", items: ["Based on 3+ reviews"] },
|
||||
{ id: "m2", value: "24/7", title: "Service", items: ["Prompt services provided"] },
|
||||
{ id: "m3", value: "100%", title: "Reliability", items: ["Quality medicine guaranteed"] },
|
||||
]}
|
||||
title="Service Excellence"
|
||||
description="Committed to delivering health solutions that make a difference."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sly Edo",
|
||||
handle: "@sly",
|
||||
testimonial: "Top notch pharmaceutical services with quality medicine and consumables, highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=un9ljl",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Precious Oghenereke",
|
||||
handle: "@precious",
|
||||
testimonial: "Highly professional staffs, attention to details and prompt services, had a good experience here.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5wao8o",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Bukola Ogunnubi",
|
||||
handle: "@bukola",
|
||||
testimonial: "Very affordable pharmacy and superb service.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=htptz9",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "John Doe",
|
||||
handle: "@john",
|
||||
testimonial: "I trust this pharmacy for all my health needs.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6socs6",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jane Smith",
|
||||
handle: "@jane",
|
||||
testimonial: "Prompt delivery and professional team.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=82ea80",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Patient Stories"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sly Edo", handle: "@sly", testimonial: "Top notch pharmaceutical services with quality medicine and consumables, highly recommended.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=un9ljl" },
|
||||
{ id: "t2", name: "Precious Oghenereke", handle: "@precious", testimonial: "Highly professional staffs, attention to details and prompt services, had a good experience here.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5wao8o" },
|
||||
{ id: "t3", name: "Bukola Ogunnubi", handle: "@bukola", testimonial: "Very affordable pharmacy and superb service.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=htptz9" },
|
||||
{ id: "t4", name: "John Doe", handle: "@john", testimonial: "I trust this pharmacy for all my health needs.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6socs6" },
|
||||
{ id: "t5", name: "Jane Smith", handle: "@jane", testimonial: "Prompt delivery and professional team.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=82ea80" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Patient Stories"
|
||||
description="See what our patients say about us."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open daily and close at 9:00 PM.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we provide reliable delivery services within Benin City.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Where are you located?",
|
||||
content: "Find us at 87 Okhuoromi road, off Irhirhi road, Benin City.",
|
||||
},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "What are your opening hours?", content: "We are open daily and close at 9:00 PM." },
|
||||
{ id: "f2", title: "Do you offer delivery?", content: "Yes, we provide reliable delivery services within Benin City." },
|
||||
{ id: "f3", title: "Where are you located?", content: "Find us at 87 Okhuoromi road, off Irhirhi road, Benin City." },
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Contact Us"
|
||||
title="Ready to get help?"
|
||||
description="Visit us at the counter or contact us today for expert care."
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Ready to get help?"
|
||||
description="Visit us at the counter or contact us today for expert care."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Vibe Health Pharmacy"
|
||||
copyrightText="© 2026 Vibe Health Pharmacy. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Vibe Health Pharmacy"
|
||||
copyrightText="© 2026 Vibe Health Pharmacy. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user