Merge version_1 into main #2
176
src/app/page.tsx
176
src/app/page.tsx
@@ -28,41 +28,23 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Little North Fork"
|
||||
button={{ text: "Contact", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Your Trusted Local Convenience Store in Thornfield"
|
||||
description="Little North Fork Country Store is your go-to stop for everyday essentials, snacks, and friendly service in the heart of Missouri. Visit us today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us Today",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/window-with-flowers-gray-wall-daisy-planter_169016-68030.jpg?_wi=1"
|
||||
buttons={[{ text: "Visit Us Today", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/window-with-flowers-gray-wall-daisy-planter_169016-68030.jpg"
|
||||
imageAlt="The exterior of our rustic, friendly country store in Thornfield"
|
||||
/>
|
||||
</div>
|
||||
@@ -71,13 +53,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Welcome to Little North Fork"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
]}
|
||||
description="Located in the heart of Thornfield, our store has been serving the local community and passing travelers for years. We pride ourselves on offering a warm, welcoming atmosphere where you can find everything from quick snacks to daily necessities. Come by, grab a drink, and say hello to your neighbors."
|
||||
buttons={[{ text: "Learn More", href: "#features" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -87,41 +63,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Everyday Essentials",
|
||||
subtitle: "Grocery and daily necessities",
|
||||
category: "Essentials",
|
||||
value: "Fresh stock",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Snacks & Drinks",
|
||||
subtitle: "Quick refreshments for your trip",
|
||||
category: "Refreshments",
|
||||
value: "Grab & go",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Roadside Stop",
|
||||
subtitle: "Easy access for travelers",
|
||||
category: "Accessibility",
|
||||
value: "Quick service",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Local Goods",
|
||||
subtitle: "Supporting area producers",
|
||||
category: "Community",
|
||||
value: "Hand-picked",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Friendly Advice",
|
||||
subtitle: "Local tips and directions",
|
||||
category: "Service",
|
||||
value: "Always smiling",
|
||||
},
|
||||
{ id: "1", title: "Everyday Essentials", subtitle: "Grocery and daily necessities", category: "Essentials", value: "Fresh stock" },
|
||||
{ id: "2", title: "Snacks & Drinks", subtitle: "Quick refreshments for your trip", category: "Refreshments", value: "Grab & go" },
|
||||
{ id: "3", title: "Roadside Stop", subtitle: "Easy access for travelers", category: "Accessibility", value: "Quick service" },
|
||||
{ id: "4", title: "Local Goods", subtitle: "Supporting area producers", category: "Community", value: "Hand-picked" },
|
||||
{ id: "5", title: "Friendly Advice", subtitle: "Local tips and directions", category: "Service", value: "Always smiling" },
|
||||
]}
|
||||
title="Our Services"
|
||||
description="We provide everything you need for your daily routine or roadside stop."
|
||||
@@ -134,60 +80,16 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Local Resident",
|
||||
company: "Thornfield",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-millennial-woman-living-country-side-after-moving-from-city_23-2151123937.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Smith",
|
||||
role: "Traveler",
|
||||
company: "Roadtrip",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-traveling-with-car_23-2148906370.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Robert Brown",
|
||||
role: "Farmer",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-working-together_23-2149181995.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Linda White",
|
||||
role: "Regular",
|
||||
company: "Neighbor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-992.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "James Wilson",
|
||||
role: "Visitor",
|
||||
company: "Traveler",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-smiling-young-woman-sitting-cafe-pointing-fingers-takeaway-coffee-cup-recommending-good_1258-206059.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Miller", role: "Local Resident", company: "Thornfield", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-millennial-woman-living-country-side-after-moving-from-city_23-2151123937.jpg" },
|
||||
{ id: "2", name: "David Smith", role: "Traveler", company: "Roadtrip", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-couple-traveling-with-car_23-2148906370.jpg" },
|
||||
{ id: "3", name: "Robert Brown", role: "Farmer", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-working-together_23-2149181995.jpg" },
|
||||
{ id: "4", name: "Linda White", role: "Regular", company: "Neighbor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-992.jpg" },
|
||||
{ id: "5", name: "James Wilson", role: "Visitor", company: "Traveler", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-smiling-young-woman-sitting-cafe-pointing-fingers-takeaway-coffee-cup-recommending-good_1258-206059.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Rating",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Service",
|
||||
},
|
||||
{
|
||||
value: "Daily",
|
||||
label: "Open",
|
||||
},
|
||||
{ value: "5.0", label: "Rating" },
|
||||
{ value: "100%", label: "Service" },
|
||||
{ value: "Daily", label: "Open" },
|
||||
]}
|
||||
title="Community Trusted"
|
||||
description="See why our neighbors and travelers love stopping by."
|
||||
@@ -197,47 +99,27 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Visit Us"
|
||||
title="Come Visit Us"
|
||||
description="11844 MO-95, Thornfield, MO 65762 | +1 417-265-1112 | Open daily from 7:00 AM"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get Directions", href: "https://maps.google.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/window-with-flowers-gray-wall-daisy-planter_169016-68030.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/window-with-flowers-gray-wall-daisy-planter_169016-68030.jpg"
|
||||
logoText="Little North Fork Country Store"
|
||||
columns={[
|
||||
{
|
||||
title: "Store Info",
|
||||
items: [
|
||||
{
|
||||
label: "11844 MO-95, Thornfield",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "+1 417-265-1112",
|
||||
href: "tel:+14172651112",
|
||||
},
|
||||
title: "Store Info", items: [
|
||||
{ label: "11844 MO-95, Thornfield", href: "#" },
|
||||
{ label: "+1 417-265-1112", href: "tel:+14172651112" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
{
|
||||
label: "Open Daily 7:00 AM",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Hours", items: [{ label: "Open Daily 7:00 AM", href: "#" }],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 Little North Fork Country Store. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user