diff --git a/src/app/page.tsx b/src/app/page.tsx
index ad32bc3..b03e915 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
@@ -50,42 +44,21 @@ export default function LandingPage() {
@@ -189,20 +125,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "f1",
- title: "Are your products fresh?",
- content: "Yes! We prepare fresh batches daily with limited availability.",
- },
+ id: "f1", title: "Are your products fresh?", content: "Yes! We prepare fresh batches daily with limited availability."},
{
- id: "f2",
- title: "Do you have options for events?",
- content: "We offer bulk orders and catering options for select items.",
- },
+ id: "f2", title: "Do you have options for events?", content: "We offer bulk orders and catering options for select items."},
{
- id: "f3",
- title: "Where are you located?",
- content: "Find us in the heart of Burwood, Sydney.",
- },
+ id: "f3", title: "Where are you located?", content: "Find us in the heart of Burwood, Sydney."},
]}
title="Menu Essentials"
description="Everything you need to know about our daily fresh bakes."
@@ -214,20 +141,15 @@ export default function LandingPage() {
@@ -236,16 +158,13 @@ export default function LandingPage() {
@@ -255,37 +174,23 @@ export default function LandingPage() {
logoText="Daydream Sweet"
columns={[
{
- title: "Menu",
- items: [
+ title: "Menu", items: [
{
- label: "Cream Puffs",
- href: "#",
- },
+ label: "Cream Puffs", href: "#"},
{
- label: "Cakes",
- href: "#",
- },
+ label: "Cakes", href: "#"},
{
- label: "Cheesecakes",
- href: "#",
- },
+ label: "Cheesecakes", href: "#"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#",
- },
+ label: "About Us", href: "#"},
{
- label: "Our Craft",
- href: "#",
- },
+ label: "Our Craft", href: "#"},
{
- label: "Visit Us",
- href: "#",
- },
+ label: "Visit Us", href: "#"},
],
},
]}