Merge version_5 into main #7
@@ -63,7 +63,7 @@ export default function ContactPage() {
|
||||
{
|
||||
heading: "Address", content: [
|
||||
{
|
||||
type: "paragraph", text: "101 N Main St, Sumter, SC"},
|
||||
type: "paragraph", text: "217 N Washington St, Sumter, SC 29150"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -80,10 +80,34 @@ export default function ContactPage() {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
heading: "Directions", content: [
|
||||
{
|
||||
type: "paragraph", text: "Get detailed directions to our location."},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="directions-cta" data-section="directions-cta">
|
||||
<div className="flex flex-col items-center justify-center gap-6 py-16 px-6 text-center">
|
||||
<h2 className="text-3xl font-semibold">Find Us</h2>
|
||||
<p className="text-foreground/80 max-w-2xl">
|
||||
Located at 217 N Washington St in the heart of Sumter, Main Attraction Barber is easy to find. Click the button below for step-by-step directions.
|
||||
</p>
|
||||
<a
|
||||
href="https://www.google.com/maps/dir//Main+Attraction+Barber,+217+N+Washington+St,+Sumter,+SC+29150/@33.9497939,-80.4651008,15z/data=!4m8!4m7!1m0!1m5!1m1!1s0x88ff6f165c65be93:0x4872aa38ab46e53!2m2!1d-80.343796!2d33.9257826?entry=ttu&g_ep=EgoyMDI2MDMwMi4wIKXMDSoASAFQAw%3D%3D"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="inline-flex items-center gap-2 px-8 py-3 bg-primary-cta text-primary-cta-text rounded-lg hover:opacity-90 transition-opacity font-semibold"
|
||||
>
|
||||
<MapPin size={20} />
|
||||
Get Directions
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Main Attraction Barber"
|
||||
|
||||
Reference in New Issue
Block a user