Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-03 11:00:04 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardGallery <HeroBillboardGallery
title="An Elegant Afternoon Tea Experience in Franklin, TN" title="An Elegant Afternoon Tea Experience in Franklin, TN"
description="Perfect for celebrations, gatherings, and unforgettable moments. Step into our charming tea room designed for laughter, connection, and refined elegance." description="Perfect for celebrations, gatherings, and unforgettable moments. Step into our charming tea room designed for laughter, connection, and refined elegance. Call (615) 538-5952 to book your reservation today."
tag="Exclusive Tea Room" tag="Exclusive Tea Room"
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -57,8 +57,8 @@ export default function LandingPage() {
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
buttons={[ buttons={[
{ text: "Call Now: (615) 538-5952", href: "tel:+16155385952" }, { text: "Reserve Your Table Today", href: "#contact" },
{ text: "Reserve Your Table", href: "#contact" } { text: "Call: (615) 538-5952", href: "tel:+16155385952" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />