Merge version_1 into main #2
173
src/app/page.tsx
173
src/app/page.tsx
@@ -17,61 +17,39 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
]}
|
||||
brandName="Hy-Vee Fast & Fresh"
|
||||
button={{ text: "Get Started" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Fast, Fresh, and Always Here to Help."
|
||||
description="Your go-to spot in Waterloo for fresh food, fuel, and friendly service. Stop by and experience the Hy-Vee difference today!"
|
||||
tag="Convenience at its Best"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440229.jpg?_wi=1",
|
||||
imageAlt: "Hy-Vee Fast & Fresh Storefront",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440229.jpg", imageAlt: "Hy-Vee Fast & Fresh Storefront"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-grocery-store_23-2148238131.jpg?_wi=1",
|
||||
imageAlt: "Fresh Food Selection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=1",
|
||||
imageAlt: "Customer service experience",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg?_wi=1",
|
||||
imageAlt: "Gas station amenities",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/very-well-alright-excited-smiling-brunette-guy-say-yes-showing-okay-signs-agree-with-you-praising-good-job-standing-happy-against-blue-background_1258-301363.jpg?_wi=1",
|
||||
imageAlt: "Fresh coffee corner",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-grocery-store_23-2148238131.jpg", imageAlt: "Fresh Food Selection"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={4.4}
|
||||
@@ -85,9 +63,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Serving the Waterloo Community"
|
||||
description={[
|
||||
"At Hy-Vee Fast & Fresh, we take pride in being more than just a gas station. We provide a clean, friendly environment with everything you need for your daily routine.",
|
||||
"From high-quality fuel to our fresh food options and daily necessities, we are always ready to help you on your way.",
|
||||
]}
|
||||
"At Hy-Vee Fast & Fresh, we take pride in being more than just a gas station. We provide a clean, friendly environment with everything you need for your daily routine.", "From high-quality fuel to our fresh food options and daily necessities, we are always ready to help you on your way."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -98,23 +74,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Coffee & Snacks",
|
||||
description: "Start your morning right with a large coffee or cappuccino for just $1.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-grocery-store_23-2148238131.jpg?_wi=2",
|
||||
imageAlt: "Fresh coffee and snacks",
|
||||
},
|
||||
title: "Fresh Coffee & Snacks", description: "Start your morning right with a large coffee or cappuccino for just $1.", imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-grocery-store_23-2148238131.jpg", imageAlt: "Fresh coffee and snacks"},
|
||||
{
|
||||
title: "Reasonably Priced Fuel",
|
||||
description: "Competitive gas prices and pumps that are always well-maintained.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440229.jpg?_wi=2",
|
||||
imageAlt: "Clean gas pumps",
|
||||
},
|
||||
title: "Reasonably Priced Fuel", description: "Competitive gas prices and pumps that are always well-maintained.", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440229.jpg", imageAlt: "Clean gas pumps"},
|
||||
{
|
||||
title: "Helpful Service",
|
||||
description: "Our friendly staff is always on-site, ready to assist you with any questions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5358.jpg",
|
||||
imageAlt: "Staff service",
|
||||
},
|
||||
title: "Helpful Service", description: "Our friendly staff is always on-site, ready to assist you with any questions.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5358.jpg", imageAlt: "Staff service"},
|
||||
]}
|
||||
title="Everything You Need, All in One Place"
|
||||
description="Discover why our local customers trust us for their daily stops."
|
||||
@@ -127,60 +91,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Frantic Ice",
|
||||
date: "5 months ago",
|
||||
title: "Local Guide",
|
||||
quote: "I go this HyVee gas almost every day and they always have everything needed when shopping.",
|
||||
tag: "Top Rated",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440229.jpg?_wi=3",
|
||||
imageAlt: "convenience store exterior modern",
|
||||
},
|
||||
id: "1", name: "Frantic Ice", date: "5 months ago", title: "Local Guide", quote: "I go this HyVee gas almost every day and they always have everything needed when shopping.", tag: "Top Rated", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440229.jpg", imageAlt: "convenience store exterior modern"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Johnson",
|
||||
date: "1 month ago",
|
||||
title: "Regular Visitor",
|
||||
quote: "Friendly, helpful staff and a good selection of food and drinks.",
|
||||
tag: "Great Service",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-grocery-store_23-2148238131.jpg?_wi=3",
|
||||
imageAlt: "fresh food items convenience store",
|
||||
},
|
||||
id: "2", name: "Sarah Johnson", date: "1 month ago", title: "Regular Visitor", quote: "Friendly, helpful staff and a good selection of food and drinks.", tag: "Great Service", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-grocery-store_23-2148238131.jpg", imageAlt: "fresh food items convenience store"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michael Chen",
|
||||
date: "3 months ago",
|
||||
title: "Local Resident",
|
||||
quote: "Plus, you can’t beat $1 large coffee or Cappuccino. It’s the best spot in Waterloo.",
|
||||
tag: "Value",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/very-well-alright-excited-smiling-brunette-guy-say-yes-showing-okay-signs-agree-with-you-praising-good-job-standing-happy-against-blue-background_1258-301363.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
id: "3", name: "Michael Chen", date: "3 months ago", title: "Local Resident", quote: "Plus, you can’t beat $1 large coffee or Cappuccino. It’s the best spot in Waterloo.", tag: "Value", avatarSrc: "http://img.b2bpic.net/free-photo/very-well-alright-excited-smiling-brunette-guy-say-yes-showing-okay-signs-agree-with-you-praising-good-job-standing-happy-against-blue-background_1258-301363.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageAlt: "happy customer portrait"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily Davis",
|
||||
date: "2 months ago",
|
||||
title: "Commuter",
|
||||
quote: "Clean, fast, and always a pleasant experience when I stop for gas.",
|
||||
tag: "Convenience",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-break_23-2148317329.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg?_wi=2",
|
||||
imageAlt: "smiling middle aged man portrait",
|
||||
},
|
||||
id: "4", name: "Emily Davis", date: "2 months ago", title: "Commuter", quote: "Clean, fast, and always a pleasant experience when I stop for gas.", tag: "Convenience", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-break_23-2148317329.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", imageAlt: "smiling middle aged man portrait"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Miller",
|
||||
date: "4 months ago",
|
||||
title: "Frequent Customer",
|
||||
quote: "Love the Hy-Vee PERKS program. It's so easy to save on fuel.",
|
||||
tag: "Loyalty",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5358.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/very-well-alright-excited-smiling-brunette-guy-say-yes-showing-okay-signs-agree-with-you-praising-good-job-standing-happy-against-blue-background_1258-301363.jpg?_wi=2",
|
||||
imageAlt: "young person smiling portrait",
|
||||
},
|
||||
id: "5", name: "David Miller", date: "4 months ago", title: "Frequent Customer", quote: "Love the Hy-Vee PERKS program. It's so easy to save on fuel.", tag: "Loyalty", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5358.jpg", imageSrc: "http://img.b2bpic.net/free-photo/very-well-alright-excited-smiling-brunette-guy-say-yes-showing-okay-signs-agree-with-you-praising-good-job-standing-happy-against-blue-background_1258-301363.jpg", imageAlt: "young person smiling portrait"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="We are proud to serve our community and appreciate the feedback we receive every day."
|
||||
@@ -194,20 +113,11 @@ export default function LandingPage() {
|
||||
sideDescription="Everything you need to know about visiting Hy-Vee Fast & Fresh."
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Are you open 24/7?",
|
||||
content: "Our hours vary by location, but we strive to be available whenever you need a quick stop.",
|
||||
},
|
||||
id: "1", title: "Are you open 24/7?", content: "Our hours vary by location, but we strive to be available whenever you need a quick stop."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you accept Hy-Vee PERKS?",
|
||||
content: "Yes! Use your Hy-Vee PERKS card at the pump to save on every gallon.",
|
||||
},
|
||||
id: "2", title: "Do you accept Hy-Vee PERKS?", content: "Yes! Use your Hy-Vee PERKS card at the pump to save on every gallon."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I order food ahead?",
|
||||
content: "Yes, you can find us on most major delivery platforms for your convenience.",
|
||||
},
|
||||
id: "3", title: "Can I order food ahead?", content: "Yes, you can find us on most major delivery platforms for your convenience."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
@@ -217,38 +127,25 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Locations",
|
||||
items: [
|
||||
title: "Locations", items: [
|
||||
{
|
||||
label: "3700 University Ave, Waterloo, IA",
|
||||
href: "#",
|
||||
},
|
||||
label: "3700 University Ave, Waterloo, IA", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Order Online (DoorDash)",
|
||||
href: "https://doordash.com",
|
||||
},
|
||||
label: "Order Online (DoorDash)", href: "https://doordash.com"},
|
||||
{
|
||||
label: "Official Website",
|
||||
href: "https://hy-veefastandfresh.com",
|
||||
},
|
||||
label: "Official Website", href: "https://hy-veefastandfresh.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "(319) 232-2119",
|
||||
href: "tel:3192322119",
|
||||
},
|
||||
label: "(319) 232-2119", href: "tel:3192322119"},
|
||||
{
|
||||
label: "Hy-Vee PERKS",
|
||||
href: "https://ms.spr.ly/6261tEvzL",
|
||||
},
|
||||
label: "Hy-Vee PERKS", href: "https://ms.spr.ly/6261tEvzL"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user