diff --git a/src/app/page.tsx b/src/app/page.tsx
index 764da86..505357f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -55,40 +43,16 @@ export default function LandingPage() {
logoText="Samsung Experience Store Maninagar"
description="Try. Compare. Upgrade with expert guidance. Experience the latest Samsung innovations in Ahmedabad."
buttons={[
- {
- text: "Call Now",
- href: "tel:09825555598",
- },
- {
- text: "Get Directions",
- href: "https://maps.app.goo.gl/...",
- },
+ { text: "Call Now", href: "tel:09825555598" },
+ { text: "Get Directions", href: "https://maps.app.goo.gl/..." },
]}
slides={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7931.jpg",
- imageAlt: "Store Interior",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-while-sitting-airport-terminal_107420-85113.jpg",
- imageAlt: "Galaxy Demo",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142184.jpg",
- imageAlt: "Store Showroom",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-worker-mall-offering-fashion-advice-shopper_482257-118439.jpg",
- imageAlt: "Galaxy Accessories",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-businesswoman-talking-female-colleagues-while-working-office_637285-9843.jpg",
- imageAlt: "Expert Guidance",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/woman-pointing-her-friend-shop-window_23-2147688736.jpg",
- imageAlt: "Store Exterior",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7931.jpg", imageAlt: "Store Interior" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-while-sitting-airport-terminal_107420-85113.jpg", imageAlt: "Galaxy Demo" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142184.jpg", imageAlt: "Store Showroom" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-worker-mall-offering-fashion-advice-shopper_482257-118439.jpg", imageAlt: "Galaxy Accessories" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-businesswoman-talking-female-colleagues-while-working-office_637285-9843.jpg", imageAlt: "Expert Guidance" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/woman-pointing-her-friend-shop-window_23-2147688736.jpg", imageAlt: "Store Exterior" },
]}
/>
@@ -99,27 +63,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: 1,
- title: "Official Samsung Store",
- description: "100% authentic products and genuine warranty support.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-students-with-smartphones_23-2147657038.jpg?_wi=1",
- imageAlt: "Store Icon",
- },
- {
- id: 2,
- title: "Hands-on Experience",
- description: "Test the latest devices before you commit to buying.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-students-with-smartphones_23-2147657038.jpg?_wi=2",
- imageAlt: "Demo Icon",
- },
- {
- id: 3,
- title: "Expert Staff",
- description: "Personalized guidance to help you choose the right tech.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-students-with-smartphones_23-2147657038.jpg?_wi=3",
- imageAlt: "Expert Icon",
- },
+ { id: 1, title: "Official Samsung Store", description: "100% authentic products and genuine warranty support.", imageSrc: "http://img.b2bpic.net/free-photo/young-students-with-smartphones_23-2147657038.jpg", imageAlt: "Store Icon" },
+ { id: 2, title: "Hands-on Experience", description: "Test the latest devices before you commit to buying.", imageSrc: "http://img.b2bpic.net/free-photo/young-students-with-smartphones_23-2147657038.jpg", imageAlt: "Demo Icon" },
+ { id: 3, title: "Expert Staff", description: "Personalized guidance to help you choose the right tech.", imageSrc: "http://img.b2bpic.net/free-photo/young-students-with-smartphones_23-2147657038.jpg", imageAlt: "Expert Icon" },
]}
title="Why Choose Our Experience Center?"
description="We are your official gateway to the Samsung ecosystem in Maninagar."
@@ -128,28 +74,14 @@ export default function LandingPage() {