From e7b069bbea3890c679789069ba150c32c3156649 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 14:25:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 201 ++++++++--------------------------------------- 1 file changed, 31 insertions(+), 170 deletions(-) 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() { @@ -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() {