Update src/app/page.tsx

This commit is contained in:
2026-02-23 14:42:56 +00:00
parent 8c228709ca
commit 9f93737c69

View File

@@ -118,7 +118,7 @@ export default function SitePage() {
<div id="contact" data-section="contact">
<ContactText
text="Visit Pia today and let us brighten your day with a perfect cup."
buttons={[{ text: 'Get Directions', href: 'https://maps.app.goo.gl/YourPiaLocation' }, { text: 'Contact Us', href: 'mailto:hello@piacoffee.com' }]}
buttons={[{ text: 'Get Directions', href: 'https://maps.app.goo.gl/YourPiaLocation' }, { text: 'Contact Us', href: 'mailto:hello@piacoffee.com' }]}
background={{ variant: 'plain' }}
useInvertedBackground={true}
animationType="entrance-slide"
@@ -138,4 +138,4 @@ export default function SitePage() {
</div>
</ThemeProvider>
);
}
}