Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-23 20:57:46 +00:00

View File

@@ -176,7 +176,7 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1", title: "What are your hours?", content: "We are open Monday-Friday, closing at 5 PM."},
id: "f1", title: "What are your hours?", content: "We are open Monday-Friday, from 8:00 AM to 5:00 PM."},
{
id: "f2", title: "Do you offer delivery?", content: "Yes, we offer local delivery services in Albuquerque."},
{
@@ -246,4 +246,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}