Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user