diff --git a/src/app/page.tsx b/src/app/page.tsx
index d196e82..f398fff 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -57,42 +42,21 @@ export default function LandingPage() {
@@ -236,15 +143,9 @@ export default function LandingPage() {
sideDescription="Everything you need to know about your daily brew."
faqs={[
{
- id: "f1",
- title: "Do you offer vegan options?",
- content: "Yes, we have almond and oat milk alternatives.",
- },
+ id: "f1", title: "Do you offer vegan options?", content: "Yes, we have almond and oat milk alternatives."},
{
- id: "f2",
- title: "Can I order for events?",
- content: "Absolutely! Contact us for catering details.",
- },
+ id: "f2", title: "Can I order for events?", content: "Absolutely! Contact us for catering details."},
]}
faqsAnimation="slide-up"
/>
@@ -255,37 +156,23 @@ export default function LandingPage() {
logoText="RoadRunner Coffee"
columns={[
{
- title: "Navigation",
- items: [
+ title: "Navigation", items: [
{
- label: "Home",
- href: "/",
- },
+ label: "Home", href: "/"},
{
- label: "Menu",
- href: "/menu",
- },
+ label: "Menu", href: "/menu"},
{
- label: "About",
- href: "/about",
- },
+ label: "About", href: "/about"},
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{
- label: "Contact Us",
- href: "/contact",
- },
+ label: "Contact Us", href: "/contact"},
{
- label: "Instagram",
- href: "#",
- },
+ label: "Instagram", href: "#"},
{
- label: "Facebook",
- href: "#",
- },
+ label: "Facebook", href: "#"},
],
},
]}