Merge version_1 into main #2
241
src/app/page.tsx
241
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Spaces",
|
||||
id: "spaces",
|
||||
},
|
||||
name: "Spaces", id: "spaces"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Location",
|
||||
id: "location",
|
||||
},
|
||||
name: "Location", id: "location"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Ocala House"
|
||||
/>
|
||||
@@ -58,42 +48,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Wedding Ceremony & Reception Venue in Leesburg, Georgia"
|
||||
description="A private, well-designed space for weddings and special events."
|
||||
tag="Premier Event Space"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Tour",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule a Tour", href: "#contact"},
|
||||
{
|
||||
text: "View Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
text: "View Gallery", href: "#gallery"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-outdoor-wedding-ceremony-garden-setting_23-2151976636.jpg?_wi=1",
|
||||
imageAlt: "Ocala House venue exterior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-outdoor-wedding-ceremony-garden-setting_23-2151976636.jpg", imageAlt: "Ocala House venue exterior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-outdoor-wedding-ceremony-garden-setting_23-2151976636.jpg?_wi=2",
|
||||
imageAlt: "Ocala House venue interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-altar-made-colorful-spearworts-white-curtain_8353-673.jpg",
|
||||
imageAlt: "Outdoor wedding ceremony setup",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-seminar-meeting-banquet-hall-room_105762-1773.jpg",
|
||||
imageAlt: "Banquet hall reception setup",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-backview-married-couple-front-entrance-stone-wall-outdoors_8353-10965.jpg",
|
||||
imageAlt: "Scenic outdoor landscape",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-outdoor-wedding-ceremony-garden-setting_23-2151976636.jpg", imageAlt: "Ocala House venue interior"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -106,18 +75,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "The Ocala House",
|
||||
},
|
||||
type: "text", content: "The Ocala House"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/lamps-coffee-shop_116348-51.jpg",
|
||||
alt: "Venue interior detail",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/lamps-coffee-shop_116348-51.jpg", alt: "Venue interior detail"},
|
||||
{
|
||||
type: "text",
|
||||
content: "Located in the heart of Lee County, Georgia, the Ocala House offers a professional, dedicated venue for wedding ceremonies and receptions. Our space provides the privacy and flexibility needed to execute your event exactly as planned.",
|
||||
},
|
||||
type: "text", content: "Located in the heart of Lee County, Georgia, the Ocala House offers a professional, dedicated venue for wedding ceremonies and receptions. Our space provides the privacy and flexibility needed to execute your event exactly as planned."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -129,34 +91,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "ceremony",
|
||||
label: "Ceremony",
|
||||
title: "Ceremony Area",
|
||||
items: [
|
||||
"Well-maintained outdoor lawn area",
|
||||
"Scenic backdrop for vows",
|
||||
"Peaceful and private environment",
|
||||
],
|
||||
id: "ceremony", label: "Ceremony", title: "Ceremony Area", items: [
|
||||
"Well-maintained outdoor lawn area", "Scenic backdrop for vows", "Peaceful and private environment"],
|
||||
},
|
||||
{
|
||||
id: "reception",
|
||||
label: "Reception",
|
||||
title: "Reception Area",
|
||||
items: [
|
||||
"Open indoor floor plan",
|
||||
"Flexible seating configurations",
|
||||
"Professional and clean aesthetic",
|
||||
],
|
||||
id: "reception", label: "Reception", title: "Reception Area", items: [
|
||||
"Open indoor floor plan", "Flexible seating configurations", "Professional and clean aesthetic"],
|
||||
},
|
||||
{
|
||||
id: "grounds",
|
||||
label: "Grounds",
|
||||
title: "Outdoor Grounds",
|
||||
items: [
|
||||
"Ample space for guest movement",
|
||||
"Private, quiet setting",
|
||||
"Well-manicured landscape",
|
||||
],
|
||||
id: "grounds", label: "Grounds", title: "Outdoor Grounds", items: [
|
||||
"Ample space for guest movement", "Private, quiet setting", "Well-manicured landscape"],
|
||||
},
|
||||
]}
|
||||
title="Venue Spaces"
|
||||
@@ -172,53 +116,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Exterior",
|
||||
name: "Main Grounds",
|
||||
price: "View",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg?_wi=1",
|
||||
},
|
||||
id: "1", brand: "Exterior", name: "Main Grounds", price: "View", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Ceremony",
|
||||
name: "Ceremony Lawn",
|
||||
price: "View",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-table-seats-new-year-s-eve-party_23-2149144035.jpg",
|
||||
},
|
||||
id: "2", brand: "Ceremony", name: "Ceremony Lawn", price: "View", rating: 5,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-table-seats-new-year-s-eve-party_23-2149144035.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Reception",
|
||||
name: "Banquet Hall",
|
||||
price: "View",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-hall-with-elegant-table-setting-with-candles_181624-16776.jpg",
|
||||
},
|
||||
id: "3", brand: "Reception", name: "Banquet Hall", price: "View", rating: 5,
|
||||
reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-hall-with-elegant-table-setting-with-candles_181624-16776.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Details",
|
||||
name: "Venue Grounds",
|
||||
price: "View",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/floral-composition-white-arch-wedding-ceremonial-hall_8353-9849.jpg",
|
||||
},
|
||||
id: "4", brand: "Details", name: "Venue Grounds", price: "View", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/floral-composition-white-arch-wedding-ceremonial-hall_8353-9849.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Interior",
|
||||
name: "Main Hall",
|
||||
price: "View",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg?_wi=2",
|
||||
},
|
||||
id: "5", brand: "Interior", name: "Main Hall", price: "View", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Landscape",
|
||||
name: "Venue Exterior",
|
||||
price: "View",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-photography-southern-cross-guest-ranch-madison-ga_181624-10722.jpg",
|
||||
},
|
||||
id: "6", brand: "Landscape", name: "Venue Exterior", price: "View", rating: 5,
|
||||
reviewCount: "7", imageSrc: "http://img.b2bpic.net/free-photo/wedding-photography-southern-cross-guest-ranch-madison-ga_181624-10722.jpg"},
|
||||
]}
|
||||
title="Venue Gallery"
|
||||
description="A structured look at our ceremony, reception, and outdoor facilities."
|
||||
@@ -230,14 +144,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Dedicated Ceremony Space",
|
||||
"Versatile Reception Hall",
|
||||
"Private Lee County Location",
|
||||
"Accessible Leesburg Site",
|
||||
"Flexible Layout",
|
||||
"Professional Infrastructure",
|
||||
"Quiet Setting",
|
||||
]}
|
||||
"Dedicated Ceremony Space", "Versatile Reception Hall", "Private Lee County Location", "Accessible Leesburg Site", "Flexible Layout", "Professional Infrastructure", "Quiet Setting"]}
|
||||
title="Venue Features"
|
||||
description="Standard offerings designed for functionality and ease of use."
|
||||
/>
|
||||
@@ -251,45 +158,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah & Mark",
|
||||
role: "Couple",
|
||||
company: "Leesburg",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-handsome-elegant-man-glasses-suit-with-beautiful-sexy-woman-colorful-dress-white_158538-11212.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah & Mark", role: "Couple", company: "Leesburg", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-handsome-elegant-man-glasses-suit-with-beautiful-sexy-woman-colorful-dress-white_158538-11212.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Emily & John",
|
||||
role: "Couple",
|
||||
company: "Albany",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-getting-married_23-2150753673.jpg",
|
||||
},
|
||||
id: "2", name: "Emily & John", role: "Couple", company: "Albany", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-getting-married_23-2150753673.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jessica & Ryan",
|
||||
role: "Couple",
|
||||
company: "Lee County",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-smiling_1153-83.jpg",
|
||||
},
|
||||
id: "3", name: "Jessica & Ryan", role: "Couple", company: "Lee County", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-smiling_1153-83.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Megan & David",
|
||||
role: "Couple",
|
||||
company: "Leesburg",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiled-caucasian-couple-brunette-boy-girl-dressed-official-attire-outdoors_8353-11098.jpg",
|
||||
},
|
||||
id: "4", name: "Megan & David", role: "Couple", company: "Leesburg", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiled-caucasian-couple-brunette-boy-girl-dressed-official-attire-outdoors_8353-11098.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chloe & Alex",
|
||||
role: "Couple",
|
||||
company: "Tifton",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-enjoying-new-year-party_23-2149173227.jpg",
|
||||
},
|
||||
id: "5", name: "Chloe & Alex", role: "Couple", company: "Tifton", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-enjoying-new-year-party_23-2149173227.jpg"},
|
||||
]}
|
||||
title="Client Feedback"
|
||||
description="Experiences from couples who have hosted their weddings at the Ocala House."
|
||||
@@ -300,57 +182,40 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get In Touch"
|
||||
title="Contact Us"
|
||||
description="Reach out to check availability or schedule a site visit. Location: 640 GA-32, Leesburg, GA 31763. Phone: (229) 888-0771."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "tel:2298880771",
|
||||
},
|
||||
text: "Contact Us", href: "tel:2298880771"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-outdoor-wedding-ceremony-garden-setting_23-2151976636.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-outdoor-wedding-ceremony-garden-setting_23-2151976636.jpg"
|
||||
logoText="Ocala House"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Spaces",
|
||||
href: "#spaces",
|
||||
},
|
||||
label: "Spaces", href: "#spaces"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Gallery", href: "#gallery"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "(229) 888-0771",
|
||||
href: "tel:2298880771",
|
||||
},
|
||||
label: "(229) 888-0771", href: "tel:2298880771"},
|
||||
{
|
||||
label: "640 GA-32, Leesburg, GA 31763",
|
||||
href: "#location",
|
||||
},
|
||||
label: "640 GA-32, Leesburg, GA 31763", href: "#location"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user