diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5a59341..612ee0d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,84 +44,53 @@ export default function LandingPage() {
@@ -275,50 +176,31 @@ export default function LandingPage() {
logoText="Sarah Swiggs"
columns={[
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{
- label: "Email",
- href: "mailto:hello@sarahswiggs.com",
- },
+ label: "Email", href: "mailto:hello@sarahswiggs.com"},
{
- label: "Phone",
- href: "tel:0000000000",
- },
+ label: "Phone", href: "tel:0000000000"},
{
- label: "Instagram",
- href: "#",
- },
+ label: "Instagram", href: "#"},
],
},
{
- title: "Information",
- items: [
+ title: "Information", items: [
{
- label: "Packages",
- href: "#packages",
- },
+ label: "Packages", href: "#packages"},
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "FAQ",
- href: "#",
- },
+ label: "FAQ", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}