Merge version_3_1782504598737 into main #3

Merged
bender merged 1 commits from version_3_1782504598737 into main 2026-06-26 20:11:25 +00:00

View File

@@ -13,7 +13,7 @@ export default function LocationSection() {
<div className="space-y-8">
<div>
<TextAnimation variant="slide-up" tag="h2" gradientText={false} className="text-4xl md:text-5xl font-bold text-foreground mb-4" text="Come Visit Us" />
<p className="text-lg text-accent">
<p className="text-lg text-foreground">
Stop by for a slice or pick up a whole pie. We're located right in the heart of Bridgeport.
</p>
</div>
@@ -25,7 +25,7 @@ export default function LocationSection() {
</div>
<div>
<h3 className="text-xl font-semibold text-foreground mb-1">Location</h3>
<p className="text-accent">Bridgeport, NY<br/>(Serving the local community)</p>
<p className="text-foreground">Bridgeport, NY<br/>(Serving the local community)</p>
</div>
</div>
@@ -35,7 +35,7 @@ export default function LocationSection() {
</div>
<div>
<h3 className="text-xl font-semibold text-foreground mb-1">Hours</h3>
<p className="text-accent">Mon - Thu: 11:00 AM - 9:00 PM<br/>Fri - Sat: 11:00 AM - 10:00 PM<br/>Sun: 12:00 PM - 8:00 PM</p>
<p className="text-foreground">Mon - Thu: 11:00 AM - 9:00 PM<br/>Fri - Sat: 11:00 AM - 10:00 PM<br/>Sun: 12:00 PM - 8:00 PM</p>
</div>
</div>
@@ -45,7 +45,7 @@ export default function LocationSection() {
</div>
<div>
<h3 className="text-xl font-semibold text-foreground mb-1">Contact</h3>
<p className="text-accent">Call us to order</p>
<p className="text-foreground">Call us to order</p>
</div>
</div>
</div>