diff --git a/src/app/page.tsx b/src/app/page.tsx index b8ad84a..a6be3ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -145,33 +82,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: "1", - title: "AR Time Lens", - tags: [ - "Technology", - "Immersion", - ], - imageSrc: "http://img.b2bpic.net/free-photo/view-hands-holding-smartphone_23-2149617646.jpg", - }, - { - id: "2", - title: "AI Travel Concierge", - tags: [ - "AI", - "Personal", - ], - imageSrc: "http://img.b2bpic.net/free-photo/tourist-having-fun-with-gadget-hotel_482257-76671.jpg", - }, - { - id: "3", - title: "Gamified Quests", - tags: [ - "Social", - "Fun", - ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336582.jpg", - }, + { id: "1", title: "AR Time Lens", tags: ["Technology", "Immersion"], imageSrc: "http://img.b2bpic.net/free-photo/view-hands-holding-smartphone_23-2149617646.jpg" }, + { id: "2", title: "AI Travel Concierge", tags: ["AI", "Personal"], imageSrc: "http://img.b2bpic.net/free-photo/tourist-having-fun-with-gadget-hotel_482257-76671.jpg" }, + { id: "3", title: "Gamified Quests", tags: ["Social", "Fun"], imageSrc: "http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336582.jpg" }, ]} title="Smart Travel Tech" description="Features built for the modern explorer, balancing convenience with historical immersion." @@ -180,52 +93,17 @@ export default function LandingPage() {