diff --git a/src/app/page.tsx b/src/app/page.tsx
index 93a0084..5c2f63b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,14 +32,10 @@ export default function LandingPage() {
@@ -50,8 +46,7 @@ export default function LandingPage() {
title="Ray Dubbz - Soul Food and More"
description="Experience authentic comfort food crafted with love. Bringing soulful flavors to your table with every bite."
buttons={[
- {
- text: "Get a Quote", href: "#contact"},
+ { text: "Get a Quote", href: "#contact" },
]}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/gourmet-soul-food-plate_23-2148734267.jpg"
@@ -63,7 +58,7 @@ export default function LandingPage() {