5 Commits

Author SHA1 Message Date
bcf2ff092b Merge version_2 into main
Merge version_2 into main
2026-03-03 11:00:03 +00:00
2c0ed477f8 Update src/app/page.tsx 2026-03-03 10:59:57 +00:00
e6155fcac9 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:58:55 +00:00
f3c4a20505 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:56:33 +00:00
7813873406 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:53:42 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
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"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -57,8 +57,8 @@ export default function LandingPage() {
]}
mediaAnimation="slide-up"
buttons={[
{ text: "Call Now: (615) 538-5952", href: "tel:+16155385952" },
{ text: "Reserve Your Table", href: "#contact" }
{ text: "Reserve Your Table Today", href: "#contact" },
{ text: "Call: (615) 538-5952", href: "tel:+16155385952" }
]}
buttonAnimation="slide-up"
/>