257 lines
14 KiB
TypeScript
257 lines
14 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|
import { Leaf, CheckCircle, Utensils, Shield, Award, Users, Sprout, Zap, Heart, Clock } from 'lucide-react';
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="hover-magnetic"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="pill"
|
|
contentWidth="compact"
|
|
sizing="largeSmallSizeLargeTitles"
|
|
background="circleGradient"
|
|
cardStyle="inset"
|
|
primaryButtonStyle="gradient"
|
|
secondaryButtonStyle="solid"
|
|
headingFontWeight="semibold"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleCentered
|
|
brandName="Abby's Health"
|
|
navItems={[
|
|
{ name: "About", id: "about" },
|
|
{ name: "What We Offer", id: "offers" },
|
|
{ name: "Why Us", id: "whyus" },
|
|
{ name: "Location", id: "location" },
|
|
{ name: "Contact", id: "contact" }
|
|
]}
|
|
button={{
|
|
text: "Call Now", href: "tel:(813)265-4951"
|
|
}}
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroLogo
|
|
logoText="Abby's Health & Nutrition"
|
|
description="Fresh healthy deli, organic produce, vitamins & supplements in Tampa. Made fresh daily with locally-sourced quality ingredients."
|
|
buttons={[
|
|
{ text: "Call Now: (813) 265-4951", href: "tel:(813)265-4951" },
|
|
{ text: "Get Directions", href: "https://maps.google.com/?q=14374+N+Dale+Mabry+Hwy+Tampa+FL+33618" }
|
|
]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-buying-vegetables_23-2149050810.jpg?_wi=1"
|
|
imageAlt="Fresh healthy deli and nutrition store in Tampa"
|
|
showDimOverlay={true}
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<MediaAbout
|
|
title="Abby's Health & Nutrition: Your Neighborhood Health Store"
|
|
description="For years, Abby's has been serving Tampa's health-conscious community with fresh, organic food and trusted nutrition products. We're committed to providing quality ingredients, knowledgeable staff, and fair prices to help you live your healthiest life."
|
|
tag="About Us"
|
|
imageSrc="http://img.b2bpic.net/free-photo/couple-shops-zero-waste-supermarket_482257-76230.jpg?_wi=1"
|
|
imageAlt="Abby's Health & Nutrition store interior in Tampa"
|
|
buttons={[
|
|
{ text: "Visit Us Today", href: "tel:(813)265-4951" },
|
|
{ text: "Ask About Specials", href: "#contact" }
|
|
]}
|
|
useInvertedBackground={false}
|
|
titleClassName="!text-black"
|
|
descriptionClassName="!text-black"
|
|
/>
|
|
</div>
|
|
|
|
<div id="offers" data-section="offers">
|
|
<FeatureCardTen
|
|
title="What We Offer"
|
|
description="Everything you need for a healthier lifestyle, all in one neighborhood location."
|
|
tag="What We Offer"
|
|
features={[
|
|
{
|
|
id: "1", title: "Fresh Healthy Deli", description: "Daily prepared meals made with premium ingredients. From fresh salads to nutrient-packed bowls, every meal is crafted for quality and health.", media: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-frame-with-copy-space_23-2148484716.jpg", imageAlt: "Fresh prepared deli meals"
|
|
},
|
|
items: [
|
|
{ icon: Leaf, text: "Made fresh daily" },
|
|
{ icon: CheckCircle, text: "Healthy ingredients" },
|
|
{ icon: Utensils, text: "Customizable meals" }
|
|
],
|
|
reverse: false
|
|
},
|
|
{
|
|
id: "2", title: "Vitamins & Supplements", description: "A comprehensive selection of trusted nutrition brands to support your wellness goals. Expert staff ready to answer your questions.", media: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-different-pill-containers-with-copy-space_23-2148533466.jpg", imageAlt: "Vitamins and supplements selection"
|
|
},
|
|
items: [
|
|
{ icon: Shield, text: "Trusted brands" },
|
|
{ icon: Award, text: "Expertly curated" },
|
|
{ icon: Users, text: "Knowledgeable staff" }
|
|
],
|
|
reverse: true
|
|
},
|
|
{
|
|
id: "3", title: "Organic Produce", description: "Fresh organic fruits and vegetables sourced locally when possible. Quality produce for your family's health.", media: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-healthy-vegetable-stall-farmers-market_23-2148209839.jpg", imageAlt: "Fresh organic produce"
|
|
},
|
|
items: [
|
|
{ icon: Leaf, text: "100% organic" },
|
|
{ icon: Sprout, text: "Local sourced" },
|
|
{ icon: Zap, text: "Peak freshness" }
|
|
],
|
|
reverse: false
|
|
},
|
|
{
|
|
id: "4", title: "Smoothies & Grab-and-Go", description: "Perfect for busy professionals. Fresh smoothies and healthy grab-and-go options ready when you need them.", media: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-smoothies-with-pineapple_23-2148574125.jpg", imageAlt: "Fresh smoothies and beverages"
|
|
},
|
|
items: [
|
|
{ icon: Zap, text: "Quick & fresh" },
|
|
{ icon: Heart, text: "Nutrient-packed" },
|
|
{ icon: Clock, text: "Ready to go" }
|
|
],
|
|
reverse: true
|
|
}
|
|
]}
|
|
textboxLayout="default"
|
|
animationType="slide-up"
|
|
useInvertedBackground={true}
|
|
featureTitleClassName="!text-black"
|
|
featureDescriptionClassName="!text-black"
|
|
/>
|
|
</div>
|
|
|
|
<div id="whyus" data-section="whyus">
|
|
<TestimonialCardSix
|
|
title="Why Locals Love Abby's"
|
|
description="Real reviews from real customers in our Tampa community."
|
|
tag="Testimonials"
|
|
testimonials={[
|
|
{
|
|
id: "1", name: "Sarah M.", handle: "Tampa, FL", testimonial: "Love the deli. The food is always fresh and delicious and the prices are very fair. Been coming here for years!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-white-collar-worker-office_549566-557.jpg?_wi=1", imageAlt: "Sarah M."
|
|
},
|
|
{
|
|
id: "2", name: "Michael R.", handle: "Carrollwood", testimonial: "Abby's always draws me in for fresh produce and their superb freshly made food. It's my go-to spot for healthy lunch.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg?_wi=1", imageAlt: "Michael R."
|
|
},
|
|
{
|
|
id: "3", name: "Jessica T.", handle: "Northdale", testimonial: "The staff here is incredibly knowledgeable and always helps me find exactly what I need. Best vitamins and supplements around.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-showing-double-thumbs-up-shirt-shorts-looking-confident-front-view_176474-53811.jpg", imageAlt: "Jessica T."
|
|
},
|
|
{
|
|
id: "4", name: "David P.", handle: "Greater Tampa Bay", testimonial: "Finally found a local shop that values quality as much as I do. Organic, fresh, and community-minded. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "David P."
|
|
},
|
|
{
|
|
id: "5", name: "Emily L.", handle: "Tampa Heights", testimonial: "Love supporting a local business that genuinely cares about health and nutrition. The smoothies are amazing!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-white-collar-worker-office_549566-557.jpg?_wi=2", imageAlt: "Emily L."
|
|
},
|
|
{
|
|
id: "6", name: "James K.", handle: "West Tampa", testimonial: "Outstanding customer service and fair pricing. I trust Abby's completely with my family's nutrition needs.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg?_wi=2", imageAlt: "James K."
|
|
}
|
|
]}
|
|
textboxLayout="default"
|
|
animationType="slide-up"
|
|
useInvertedBackground={false}
|
|
speed={40}
|
|
textBoxTitleClassName="!text-black"
|
|
textBoxDescriptionClassName="!text-black"
|
|
/>
|
|
</div>
|
|
|
|
<div id="social-proof" data-section="social-proof">
|
|
<SocialProofOne
|
|
title="Trusted by Tampa's Health-Conscious Community"
|
|
description="4.4 stars from 25+ verified customer reviews. Your neighbors trust Abby's for health, nutrition, and quality."
|
|
tag="Social Proof"
|
|
names={[
|
|
"Fresh Daily", "Organic Certified", "Tampa Local", "Health Approved", "Fair Pricing", "Expert Staff", "Trusted Since Day One", "Community Focused"
|
|
]}
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
speed={40}
|
|
showCard={true}
|
|
textBoxTitleClassName="!text-black"
|
|
textBoxDescriptionClassName="!text-black"
|
|
/>
|
|
</div>
|
|
|
|
<div id="location" data-section="location">
|
|
<ContactSplit
|
|
tag="Visit Us"
|
|
title="Stop By Today"
|
|
description="Located in Tampa, serving Carrollwood, Northdale, and the Greater Tampa Bay area. Open daily with fresh selections always ready."
|
|
background={{ variant: "sparkles-gradient" }}
|
|
useInvertedBackground={false}
|
|
imageSrc="http://img.b2bpic.net/free-vector/map-background-design_1212-290.jpg"
|
|
imageAlt="Abby's Health & Nutrition location map"
|
|
mediaAnimation="slide-up"
|
|
mediaPosition="right"
|
|
inputPlaceholder="Enter your email for daily specials"
|
|
buttonText="Subscribe"
|
|
termsText="We'll send you weekly health tips and special offers. You can unsubscribe anytime."
|
|
titleClassName="!text-black"
|
|
descriptionClassName="!text-black"
|
|
/>
|
|
</div>
|
|
|
|
<div id="cta-banner" data-section="cta-banner">
|
|
<MediaAbout
|
|
title="Ready for Fresh, Healthy Options?"
|
|
description="Stop by Abby's Health & Nutrition today or call to ask about today's fresh selections. Fresh food, fair prices, friendly staff."
|
|
tag="Final CTA"
|
|
buttons={[
|
|
{ text: "Call: (813) 265-4951", href: "tel:(813)265-4951" },
|
|
{ text: "Get Directions Now", href: "https://maps.google.com/?q=14374+N+Dale+Mabry+Hwy+Tampa+FL+33618" }
|
|
]}
|
|
useInvertedBackground={true}
|
|
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-buying-vegetables_23-2149050810.jpg?_wi=2"
|
|
imageAlt="Fresh healthy food at Abby's"
|
|
titleClassName="!text-black"
|
|
descriptionClassName="!text-black"
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterMedia
|
|
imageSrc="http://img.b2bpic.net/free-photo/couple-shops-zero-waste-supermarket_482257-76230.jpg?_wi=2"
|
|
imageAlt="Abby's Health & Nutrition store footer"
|
|
logoText="Abby's Health & Nutrition"
|
|
copyrightText="© 2025 Abby's Health & Nutrition. All rights reserved."
|
|
columns={[
|
|
{
|
|
title: "Quick Links", items: [
|
|
{ label: "About Us", href: "#about" },
|
|
{ label: "What We Offer", href: "#offers" },
|
|
{ label: "Why Choose Us", href: "#whyus" },
|
|
{ label: "Location & Hours", href: "#location" }
|
|
]
|
|
},
|
|
{
|
|
title: "Get In Touch", items: [
|
|
{ label: "Call: (813) 265-4951", href: "tel:(813)265-4951" },
|
|
{ label: "14374 N Dale Mabry Hwy, Tampa, FL 33618", href: "https://maps.google.com/?q=14374+N+Dale+Mabry+Hwy+Tampa+FL+33618" },
|
|
{ label: "Email Us", href: "mailto:info@abbyshealth.com" },
|
|
{ label: "Get Directions", href: "https://maps.google.com/?q=14374+N+Dale+Mabry+Hwy+Tampa+FL+33618" }
|
|
]
|
|
},
|
|
{
|
|
title: "Resources", items: [
|
|
{ label: "Health Tips", href: "#" },
|
|
{ label: "Nutrition Guide", href: "#" },
|
|
{ label: "Daily Specials", href: "#contact" },
|
|
{ label: "Privacy Policy", href: "#" }
|
|
]
|
|
}
|
|
]}
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
} |