Merge version_1 into main #1
194
src/app/page.tsx
194
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Gay, Georgia Portal"
|
||||
/>
|
||||
@@ -54,32 +46,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Welcome to Gay, Georgia"
|
||||
description="Discover the charm and local spirit of our small-town community. From craft breweries to local contractors, we bring people together."
|
||||
tag="Community Portal"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grassy-field-cloudy-day_181624-6286.jpg",
|
||||
imageAlt: "Landscape of Gay Georgia",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grassy-field-cloudy-day_181624-6286.jpg", imageAlt: "Landscape of Gay Georgia"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-sky-outdoor-nature-view_1303-442.jpg",
|
||||
imageAlt: "Community life in Gay",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-fence-dry-grassy-field-blue-sky-eifel-germany_181624-9755.jpg",
|
||||
imageAlt: "Wooden fence on a dry grassy field under a blue sky in Eifel, Germany",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-green-trees-wooden-fence-fields-full-dried-grass_181624-12091.jpg",
|
||||
imageAlt: "Beautiful view of the green trees behind the wooden fence in the fields full of dried grass",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-small-house-field_181624-48488.jpg",
|
||||
imageAlt: "Vertical shot of a small house in the field",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-sky-outdoor-nature-view_1303-442.jpg", imageAlt: "Community life in Gay"}
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -102,38 +77,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Farm Brewery",
|
||||
author: "Towerhouse",
|
||||
description: "Craft beer and local events in a beautiful farm setting.",
|
||||
tags: [
|
||||
"Brewery",
|
||||
"Events",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-interracial-hipster-full-bearded-males-shirts-aprons-working-brewery_613910-5685.jpg",
|
||||
},
|
||||
id: "1", title: "Farm Brewery", author: "Towerhouse", description: "Craft beer and local events in a beautiful farm setting.", tags: [
|
||||
"Brewery", "Events"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-interracial-hipster-full-bearded-males-shirts-aprons-working-brewery_613910-5685.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Masonry Services",
|
||||
author: "Coweta Concrete",
|
||||
description: "Professional masonry and concrete solutions for your home.",
|
||||
tags: [
|
||||
"Concrete",
|
||||
"Services",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-black-man-chef-holds-freshly-baked-chocolate-bars-sugar-powder-before-packing-closeup-professional-artisan-confectionery_346278-660.jpg",
|
||||
},
|
||||
id: "2", title: "Masonry Services", author: "Coweta Concrete", description: "Professional masonry and concrete solutions for your home.", tags: [
|
||||
"Concrete", "Services"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-black-man-chef-holds-freshly-baked-chocolate-bars-sugar-powder-before-packing-closeup-professional-artisan-confectionery_346278-660.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Southern Dining",
|
||||
author: "The Silo",
|
||||
description: "Steaks, catfish, and southern-style dining at its best.",
|
||||
tags: [
|
||||
"Dining",
|
||||
"Steakhouse",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/well-done-steak-with-homemade-fried-potatoes-sauces_140725-2239.jpg",
|
||||
},
|
||||
id: "3", title: "Southern Dining", author: "The Silo", description: "Steaks, catfish, and southern-style dining at its best.", tags: [
|
||||
"Dining", "Steakhouse"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/well-done-steak-with-homemade-fried-potatoes-sauces_140725-2239.jpg"},
|
||||
]}
|
||||
title="Our Local Services"
|
||||
description="Explore the businesses that make Gay, GA a great place to live."
|
||||
@@ -147,34 +101,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
name: "Basic",
|
||||
price: "Free",
|
||||
features: [
|
||||
"Profile listing",
|
||||
"Community updates",
|
||||
],
|
||||
id: "basic", name: "Basic", price: "Free", features: [
|
||||
"Profile listing", "Community updates"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
name: "Premium",
|
||||
price: "$29/mo",
|
||||
features: [
|
||||
"Featured profile",
|
||||
"Event promotion",
|
||||
"Priority support",
|
||||
],
|
||||
id: "pro", name: "Premium", price: "$29/mo", features: [
|
||||
"Featured profile", "Event promotion", "Priority support"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Upgrade",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Upgrade", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -191,45 +130,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Resident",
|
||||
company: "Gay GA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baseball-supporters-watching-their-team-win-game-mobile-phone_53876-137736.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", role: "Resident", company: "Gay GA", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baseball-supporters-watching-their-team-win-game-mobile-phone_53876-137736.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Wilson",
|
||||
role: "Business Owner",
|
||||
company: "Gay GA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-business-concept-handsome-businessman-cafe-owner-sitting-near-counter-with-laptop-smartphone-working-coffee-shop_1258-314430.jpg",
|
||||
},
|
||||
id: "2", name: "Mark Wilson", role: "Business Owner", company: "Gay GA", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-business-concept-handsome-businessman-cafe-owner-sitting-near-counter-with-laptop-smartphone-working-coffee-shop_1258-314430.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jenny P.",
|
||||
role: "Visitor",
|
||||
company: "Gay GA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-diverse-people-together-park_53876-144797.jpg",
|
||||
},
|
||||
id: "3", name: "Jenny P.", role: "Visitor", company: "Gay GA", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-diverse-people-together-park_53876-144797.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David T.",
|
||||
role: "Resident",
|
||||
company: "Gay GA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg",
|
||||
},
|
||||
id: "4", name: "David T.", role: "Resident", company: "Gay GA", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda G.",
|
||||
role: "Resident",
|
||||
company: "Gay GA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-looking-camera_23-2148260122.jpg",
|
||||
},
|
||||
id: "5", name: "Linda G.", role: "Resident", company: "Gay GA", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-looking-camera_23-2148260122.jpg"},
|
||||
]}
|
||||
title="Voices of Gay"
|
||||
description="What our residents are saying."
|
||||
@@ -241,20 +155,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I list my business?",
|
||||
content: "Contact us via the form below to get your business listed.",
|
||||
},
|
||||
id: "f1", title: "How do I list my business?", content: "Contact us via the form below to get your business listed."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is the brewery always open?",
|
||||
content: "Check their website for the most recent hours and events.",
|
||||
},
|
||||
id: "f2", title: "Is the brewery always open?", content: "Check their website for the most recent hours and events."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Where is Gay, GA?",
|
||||
content: "It is located in western Georgia, ZIP 30218.",
|
||||
},
|
||||
id: "f3", title: "Where is Gay, GA?", content: "It is located in western Georgia, ZIP 30218."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about our community portal."
|
||||
@@ -266,16 +171,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Join Us"
|
||||
title="Get in Touch"
|
||||
description="Have questions about local events or business listings? Reach out to us today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -285,29 +187,19 @@ export default function LandingPage() {
|
||||
logoText="Gay, Georgia"
|
||||
columns={[
|
||||
{
|
||||
title: "Directory",
|
||||
items: [
|
||||
title: "Directory", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "Community",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Community", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user