diff --git a/src/app/page.tsx b/src/app/page.tsx
index b95bea4..a2be574 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,39 +40,14 @@ export default function LandingPage() {
@@ -230,24 +110,8 @@ export default function LandingPage() {
title="Why Choose Aadhira?"
description="We blend tradition with luxury."
features={[
- {
- id: "f1",
- title: "Handcrafted Excellence",
- tags: [
- "Artisan",
- "Gold",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-stylish-blond-caucasian-young-woman-model-with-bright-makeup_158538-3096.jpg",
- },
- {
- id: "f2",
- title: "Custom Designs",
- tags: [
- "Tailored",
- "Bridal",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamour-fashion-portrait-beautiful-sexy-brunette-girl-with-bright-makeup-golden-accessories-eye_158538-13939.jpg",
- },
+ { id: "f1", title: "Handcrafted Excellence", tags: ["Artisan", "Gold"], imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-stylish-blond-caucasian-young-woman-model-with-bright-makeup_158538-3096.jpg" },
+ { id: "f2", title: "Custom Designs", tags: ["Tailored", "Bridal"], imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamour-fashion-portrait-beautiful-sexy-brunette-girl-with-bright-makeup-golden-accessories-eye_158538-13939.jpg" }
]}
/>
@@ -255,32 +119,8 @@ export default function LandingPage() {