Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
285
src/app/page.tsx
285
src/app/page.tsx
@@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Car, Coffee, Cookie, CreditCard, Facebook, IceCream, Instagram, Popcorn, ShoppingCart } from "lucide-react";
|
||||
import { Car, Coffee, Cookie, CreditCard, Facebook, IceCream, Instagram, Popcorn, ShoppingCart, CupSoda, Fuel } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,88 +33,51 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kf8v82"
|
||||
logoAlt="G Stop Logo"
|
||||
brandName="G Stop"
|
||||
button={{
|
||||
text: "Call Us",
|
||||
href: "tel:+16208246004",
|
||||
}}
|
||||
text: "Call Us", href: "tel:+16208246004"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static-grid",
|
||||
}}
|
||||
variant: "rotated-rays-static-grid"}}
|
||||
title="Your Local Stop for Everyday Needs!"
|
||||
description="Welcome to G Stop! Your friendly neighborhood convenience store in Geneseo, KS. We're here for all your daily essentials, fresh coffee, delicious snacks, and a quick fill-up. Always open when you need us."
|
||||
buttons={[
|
||||
{
|
||||
text: "See Our Specials",
|
||||
href: "#products",
|
||||
},
|
||||
text: "See Our Specials", href: "#products"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.app.goo.gl/35mN2Jj45qgP2L9v6",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.app.goo.gl/35mN2Jj45qgP2L9v6"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket_1339-5838.jpg?_wi=1",
|
||||
imageAlt: "Inside G Stop with stocked shelves",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket_1339-5838.jpg", imageAlt: "Inside G Stop with stocked shelves"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440250.jpg?_wi=1",
|
||||
imageAlt: "Gas pumps at G Stop",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440250.jpg", imageAlt: "Gas pumps at G Stop"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-drip-coffee_1339-208.jpg",
|
||||
imageAlt: "Fresh coffee being poured at G Stop",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/hand-drip-coffee_1339-208.jpg", imageAlt: "Fresh coffee being poured at G Stop"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-candy-arrangement_23-2150798982.jpg",
|
||||
imageAlt: "Snack aisle with chips and candy",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/delicious-candy-arrangement_23-2150798982.jpg", imageAlt: "Snack aisle with chips and candy"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-holding-watermelon-while-purchasing-fruits-market_23-2148209689.jpg",
|
||||
imageAlt: "Fresh produce display",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/female-holding-watermelon-while-purchasing-fruits-market_23-2148209689.jpg", imageAlt: "Fresh produce display"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-chef-holding-sandwiches_23-2149039006.jpg",
|
||||
imageAlt: "Deli counter with hot food options",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-chef-holding-sandwiches_23-2149039006.jpg", imageAlt: "Deli counter with hot food options"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -136,80 +99,53 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh & Hot Coffee",
|
||||
description: "Start your day right with a fresh cup of our delicious, hot coffee, brewed all day long.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281980.jpg",
|
||||
imageAlt: "Hot coffee being poured",
|
||||
},
|
||||
title: "Fresh & Hot Coffee", description: "Start your day right with a fresh cup of our delicious, hot coffee, brewed all day long.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281980.jpg", imageAlt: "Hot coffee being poured"},
|
||||
items: [
|
||||
{
|
||||
icon: Coffee,
|
||||
text: "Daily Brews",
|
||||
},
|
||||
text: "Daily Brews"},
|
||||
{
|
||||
icon: CupSoda,
|
||||
text: "Variety of Flavors",
|
||||
},
|
||||
text: "Variety of Flavors"},
|
||||
{
|
||||
icon: Cookie,
|
||||
text: "Pair with Pastries",
|
||||
},
|
||||
text: "Pair with Pastries"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kf8v82",
|
||||
imageAlt: "cold drinks refrigerator convenience store",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Fuel Your Journey",
|
||||
description: "Reliable gas pumps with competitive prices to get you back on the road quickly and efficiently.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-pink-stick-candies-cake-blue-cake-sweet-biscuit-coffee-drink_140725-33962.jpg",
|
||||
imageAlt: "Gas pump with car",
|
||||
},
|
||||
title: "Fuel Your Journey", description: "Reliable gas pumps with competitive prices to get you back on the road quickly and efficiently.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-pink-stick-candies-cake-blue-cake-sweet-biscuit-coffee-drink_140725-33962.jpg", imageAlt: "Gas pump with car"},
|
||||
items: [
|
||||
{
|
||||
icon: Fuel,
|
||||
text: "All Fuel Grades",
|
||||
},
|
||||
text: "All Fuel Grades"},
|
||||
{
|
||||
icon: CreditCard,
|
||||
text: "Easy Payments",
|
||||
},
|
||||
text: "Easy Payments"},
|
||||
{
|
||||
icon: Car,
|
||||
text: "Car Accessories",
|
||||
},
|
||||
text: "Car Accessories"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket_1339-5838.jpg?_wi=2",
|
||||
imageAlt: "cold drinks refrigerator convenience store",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Everyday Essentials",
|
||||
description: "From grocery staples to household items, we've got the necessities you need for your home.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-enjoying-hot-beverage-trunk-car_23-2148783434.jpg",
|
||||
imageAlt: "Grocery shelf items",
|
||||
},
|
||||
title: "Everyday Essentials", description: "From grocery staples to household items, we've got the necessities you need for your home.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-enjoying-hot-beverage-trunk-car_23-2148783434.jpg", imageAlt: "Grocery shelf items"},
|
||||
items: [
|
||||
{
|
||||
icon: ShoppingCart,
|
||||
text: "Grocery Basics",
|
||||
},
|
||||
text: "Grocery Basics"},
|
||||
{
|
||||
icon: Popcorn,
|
||||
text: "Snacks & Drinks",
|
||||
},
|
||||
text: "Snacks & Drinks"},
|
||||
{
|
||||
icon: IceCream,
|
||||
text: "Frozen Treats",
|
||||
},
|
||||
text: "Frozen Treats"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440250.jpg?_wi=2",
|
||||
imageAlt: "cold drinks refrigerator convenience store",
|
||||
},
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="What Makes G Stop Your Favorite Stop?"
|
||||
description="We offer a wide range of products and services designed for your convenience and satisfaction."
|
||||
@@ -226,47 +162,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "G Stop Premium Coffee",
|
||||
price: "$2.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-paper-bag_23-2149005423.jpg",
|
||||
imageAlt: "Gourmet coffee cup",
|
||||
},
|
||||
id: "p1", name: "G Stop Premium Coffee", price: "$2.49", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-paper-bag_23-2149005423.jpg", imageAlt: "Gourmet coffee cup"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Fresh Deli Sandwich",
|
||||
price: "$5.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich_1203-2703.jpg",
|
||||
imageAlt: "Freshly made sandwich",
|
||||
},
|
||||
id: "p2", name: "Fresh Deli Sandwich", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/sandwich_1203-2703.jpg", imageAlt: "Freshly made sandwich"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Assorted Potato Chips",
|
||||
price: "$2.29",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket_1339-5842.jpg",
|
||||
imageAlt: "Bag of potato chips",
|
||||
},
|
||||
id: "p3", name: "Assorted Potato Chips", price: "$2.29", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket_1339-5842.jpg", imageAlt: "Bag of potato chips"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Ice Cold Soda Selection",
|
||||
price: "$1.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fizzy-cola-drink-macro-shot_53876-32244.jpg",
|
||||
imageAlt: "Cold soda bottle",
|
||||
},
|
||||
id: "p4", name: "Ice Cold Soda Selection", price: "$1.99", imageSrc: "http://img.b2bpic.net/free-photo/fizzy-cola-drink-macro-shot_53876-32244.jpg", imageAlt: "Cold soda bottle"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Variety Candy Bars",
|
||||
price: "$1.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-colorful-candies-along-with-lollipops-isolated-pink-sweet-sugar-color_140725-24604.jpg",
|
||||
imageAlt: "Colorful candy bars",
|
||||
},
|
||||
id: "p5", name: "Variety Candy Bars", price: "$1.49", imageSrc: "http://img.b2bpic.net/free-photo/front-view-colorful-candies-along-with-lollipops-isolated-pink-sweet-sugar-color_140725-24604.jpg", imageAlt: "Colorful candy bars"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Energy Drink Boost",
|
||||
price: "$3.19",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-holding-golden-can-outdoors_23-2152005849.jpg",
|
||||
imageAlt: "Energy drink can",
|
||||
},
|
||||
id: "p6", name: "Energy Drink Boost", price: "$3.19", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-golden-can-outdoors_23-2152005849.jpg", imageAlt: "Energy drink can"},
|
||||
]}
|
||||
title="Our Customer Favorites"
|
||||
description="Discover some of the most popular items our customers can't get enough of at G Stop."
|
||||
@@ -281,64 +187,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Local Resident",
|
||||
company: "Geneseo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-doing-organic-food-shopping_482257-76126.jpg",
|
||||
imageAlt: "Sarah J.",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Local Resident", company: "Geneseo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-doing-organic-food-shopping_482257-76126.jpg", imageAlt: "Sarah J."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark T.",
|
||||
role: "Daily Commuter",
|
||||
company: "Traveler",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-shopping-bags-after-session-sale-shopping_23-2148673235.jpg",
|
||||
imageAlt: "Mark T.",
|
||||
},
|
||||
id: "2", name: "Mark T.", role: "Daily Commuter", company: "Traveler", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-shopping-bags-after-session-sale-shopping_23-2148673235.jpg", imageAlt: "Mark T."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Community Member",
|
||||
company: "Geneseo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-tourist-holding-road-map-showing-thumb-up-recommending-holiday-destination-planning_1258-270733.jpg",
|
||||
imageAlt: "Emily R.",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Community Member", company: "Geneseo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-tourist-holding-road-map-showing-thumb-up-recommending-holiday-destination-planning_1258-270733.jpg", imageAlt: "Emily R."},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Weekend Visitor",
|
||||
company: "Tourist",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-popcorn-theme-park_23-2148011839.jpg",
|
||||
imageAlt: "David K.",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Weekend Visitor", company: "Tourist", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-popcorn-theme-park_23-2148011839.jpg", imageAlt: "David K."},
|
||||
{
|
||||
id: "5",
|
||||
name: "Olivia M.",
|
||||
role: "Local Business Owner",
|
||||
company: "Geneseo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-kid-store_23-2149160665.jpg",
|
||||
imageAlt: "Olivia M.",
|
||||
},
|
||||
id: "5", name: "Olivia M.", role: "Local Business Owner", company: "Geneseo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-kid-store_23-2149160665.jpg", imageAlt: "Olivia M."},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5 Stars",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "5 Stars", label: "Average Rating"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Customer Satisfaction",
|
||||
},
|
||||
value: "100%", label: "Customer Satisfaction"},
|
||||
{
|
||||
value: "Years",
|
||||
label: "Serving the Community",
|
||||
},
|
||||
value: "Years", label: "Serving the Community"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Don't just take our word for it – hear what our amazing customers have to say about their experience at G Stop."
|
||||
@@ -351,30 +221,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What are your operating hours?",
|
||||
content: "G Stop is open daily from 6 AM to 10 PM to serve you.",
|
||||
},
|
||||
id: "q1", title: "What are your operating hours?", content: "G Stop is open daily from 6 AM to 10 PM to serve you."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer diesel fuel?",
|
||||
content: "Yes, we offer various grades of gasoline, including diesel fuel, at our pumps.",
|
||||
},
|
||||
id: "q2", title: "Do you offer diesel fuel?", content: "Yes, we offer various grades of gasoline, including diesel fuel, at our pumps."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I use my loyalty rewards card here?",
|
||||
content: "Please check with our staff at the counter regarding specific loyalty programs and rewards. We accept various payment methods.",
|
||||
},
|
||||
id: "q3", title: "Can I use my loyalty rewards card here?", content: "Please check with our staff at the counter regarding specific loyalty programs and rewards. We accept various payment methods."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Do you have an ATM inside?",
|
||||
content: "Yes, an ATM is available inside the store for your convenience.",
|
||||
},
|
||||
id: "q4", title: "Do you have an ATM inside?", content: "Yes, an ATM is available inside the store for your convenience."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Do you sell lottery tickets?",
|
||||
content: "Yes, we are an authorized lottery retailer. You can purchase various lottery tickets at our counter.",
|
||||
},
|
||||
id: "q5", title: "Do you sell lottery tickets?", content: "Yes, we are an authorized lottery retailer. You can purchase various lottery tickets at our counter."},
|
||||
]}
|
||||
sideTitle="Got Questions? We've Got Answers!"
|
||||
sideDescription="Find quick answers to the most common questions about G Stop, our services, and products."
|
||||
@@ -389,14 +244,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Geneseo High School",
|
||||
"Geneseo Community Center",
|
||||
"Local Farm Co-op",
|
||||
"Geneseo City Council",
|
||||
"Youth Sports League",
|
||||
"Community Food Bank",
|
||||
"Geneseo Tourism Board",
|
||||
]}
|
||||
"Geneseo High School", "Geneseo Community Center", "Local Farm Co-op", "Geneseo City Council", "Youth Sports League", "Community Food Bank", "Geneseo Tourism Board"]}
|
||||
title="Proudly Supporting Our Community"
|
||||
description="G Stop is deeply rooted in the Geneseo community. We are proud to partner with and support various local organizations and initiatives."
|
||||
tag="Community"
|
||||
@@ -408,8 +256,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Visit G Stop Today!"
|
||||
description="We are conveniently located at 806 KS-4, Geneseo, KS 67444. Stop by for friendly service, quality products, and a welcoming atmosphere. We look forward to seeing you!"
|
||||
@@ -432,14 +279,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user