5 Commits

Author SHA1 Message Date
3324be6634 Merge version_3 into main
Merge version_3 into main
2026-04-23 21:03:58 +00:00
8c0127ca5b Update src/app/page.tsx 2026-04-23 21:03:54 +00:00
8d257e0486 Merge version_2 into main
Merge version_2 into main
2026-04-23 20:57:46 +00:00
156b8adac8 Update src/app/page.tsx 2026-04-23 20:57:43 +00:00
707cf7269f Merge version_1 into main
Merge version_1 into main
2026-04-23 20:55:42 +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."},
{
@@ -220,23 +220,23 @@ export default function LandingPage() {
],
},
{
title: "Company", items: [
title: "Business Details", items: [
{
label: "Mon-Fri: 8am-5pm", href: "#"},
{
label: "License #NM-12345", href: "#"},
{
label: "Serving since 1980", href: "#"},
],
},
{
title: "Quick Links", items: [
{
label: "About Us", href: "#"},
{
label: "Our Products", href: "#products"},
{
label: "Contact", href: "#contact"},
],
},
{
title: "Support", items: [
{
label: "Call Us", href: "tel:5058842656"},
{
label: "FAQ", href: "#faq"},
{
label: "Privacy Policy", href: "#"},
label: "Contact Us", href: "#contact"},
],
},
]}
@@ -246,4 +246,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}