diff --git a/src/app/page.tsx b/src/app/page.tsx
index 458743a..c811ba2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -61,69 +46,40 @@ export default function LandingPage() {
logoText="I Got Games"
description="Your Local Retro Gaming Paradise in Yucaipa. Trading, selling, and playing games since forever. 🎮 Open Now: 4.9⭐ (110 Reviews)"
buttons={[
- {
- text: "Visit Store",
- href: "#contact",
- },
- {
- text: "Call Now",
- href: "tel:9099366593",
- },
+ { text: "Visit Store", href: "#contact" },
+ { text: "Call Now", href: "tel:9099366593" },
]}
buttonAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-photo/view-retro-game-console-nutshell-tones_23-2151208131.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/view-retro-game-console-nutshell-tones_23-2151208131.jpg"
/>
@@ -293,9 +150,7 @@ export default function LandingPage() {