2 Commits

Author SHA1 Message Date
5c805d1d66 Update src/app/page.tsx 2026-06-09 17:59:10 +00:00
18f433af2c Merge version_2 into main
Merge version_2 into main
2026-06-09 17:54:06 +00:00

View File

@@ -228,6 +228,12 @@ export default function LandingPage() {
]} ]}
sideTitle="Got Questions?" sideTitle="Got Questions?"
sideDescription="Find answers to the most common questions about La Nieve's menu, ordering, and delivery." sideDescription="Find answers to the most common questions about La Nieve's menu, ordering, and delivery."
buttons={[
{
text: "Contáctanos", href: "#contact"
}
]}
buttonAnimation="slide-up"
faqsAnimation="slide-up" faqsAnimation="slide-up"
textPosition="left" textPosition="left"
/> />