diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4783f3e..cc6ece4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -59,64 +44,29 @@ export default function LandingPage() {
logoText="LMJ Web Studio"
description="We Build Websites That Turn Visitors Into Clients. Luxury, high-converting websites for modern businesses."
buttons={[
- {
- text: "Get Your Website",
- href: "#contact",
- },
- {
- text: "View Our Work",
- href: "#portfolio",
- },
+ { text: "Get Your Website", href: "#contact" },
+ { text: "View Our Work", href: "#portfolio" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/reflections-abstract-background_1017-2648.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/reflections-abstract-background_1017-2648.jpg"
/>
@@ -312,43 +149,13 @@ export default function LandingPage() {