diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index f5b18d1..262ff65 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -26,27 +26,17 @@ export default function LandingPage() {
@@ -54,16 +44,13 @@ export default function LandingPage() {
@@ -77,15 +64,9 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
- id: "1",
- title: "What are your hours?",
- content: "Mon-Fri 8am to 6pm.",
- },
+ id: "1", title: "What are your hours?", content: "Mon-Fri 8am to 6pm."},
{
- id: "2",
- title: "How can I pay?",
- content: "Card or Bank Transfer.",
- },
+ id: "2", title: "How can I pay?", content: "Card or Bank Transfer."},
]}
/>
@@ -94,40 +75,28 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file