diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1aa787d..e3e00dc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,28 +30,14 @@ export default function LandingPage() {
@@ -59,102 +45,33 @@ export default function LandingPage() {
@@ -166,18 +83,9 @@ export default function LandingPage() {
title="How AeroWorx Works"
description="Sophisticated flight search engineered for perfection in three simple steps."
bulletPoints={[
- {
- title: "Search",
- description: "Enter your destination and travel dates to query our global index of over 900 airlines.",
- },
- {
- title: "Compare",
- description: "Review real-time pricing and availability instantly through our proprietary engine.",
- },
- {
- title: "Book",
- description: "Secure your seats with fully encrypted checkout in under two minutes.",
- },
+ { title: "Search", description: "Enter your destination and travel dates to query our global index of over 900 airlines." },
+ { title: "Compare", description: "Review real-time pricing and availability instantly through our proprietary engine." },
+ { title: "Book", description: "Secure your seats with fully encrypted checkout in under two minutes." },
]}
mediaAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/abstract-gradient-neon-lights_23-2149279165.jpg"
@@ -189,43 +97,14 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
+ animationType="blur-reveal"
products={[
- {
- id: "d1",
- name: "Dubai to New York",
- price: "$449",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-passport-with-plane-ticket-luggage_53876-23104.jpg?_wi=1",
- },
- {
- id: "d2",
- name: "London to Singapore",
- price: "$699",
- imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-business-card-template_23-2149052308.jpg?_wi=1",
- },
- {
- id: "d3",
- name: "Paris to Tokyo",
- price: "$789",
- imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762868.jpg",
- },
- {
- id: "d4",
- name: "New York to Sydney",
- price: "$999",
- imageSrc: "http://img.b2bpic.net/free-photo/view-hands-holding-smartphone_23-2149617638.jpg",
- },
- {
- id: "d5",
- name: "Los Angeles to Paris",
- price: "$529",
- imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762848.jpg",
- },
- {
- id: "d6",
- name: "Tokyo to Dubai",
- price: "$649",
- imageSrc: "http://img.b2bpic.net/free-photo/travel-concept-with-plane-tickets_23-2149030543.jpg",
- },
+ { id: "d1", name: "Dubai to New York", price: "$449", imageSrc: "http://img.b2bpic.net/free-photo/closeup-passport-with-plane-ticket-luggage_53876-23104.jpg" },
+ { id: "d2", name: "London to Singapore", price: "$699", imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-business-card-template_23-2149052308.jpg" },
+ { id: "d3", name: "Paris to Tokyo", price: "$789", imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762868.jpg" },
+ { id: "d4", name: "New York to Sydney", price: "$999", imageSrc: "http://img.b2bpic.net/free-photo/view-hands-holding-smartphone_23-2149617638.jpg" },
+ { id: "d5", name: "Los Angeles to Paris", price: "$529", imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762848.jpg" },
+ { id: "d6", name: "Tokyo to Dubai", price: "$649", imageSrc: "http://img.b2bpic.net/free-photo/travel-concept-with-plane-tickets_23-2149030543.jpg" },
]}
title="Hot Deals Right Now"
description="Exclusive premium routes at competitive market rates."
@@ -239,26 +118,10 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "190+",
- description: "Countries covered",
- },
- {
- id: "m2",
- value: "900+",
- description: "Airline partners",
- },
- {
- id: "m3",
- value: "50M+",
- description: "Monthly travelers",
- },
- {
- id: "m4",
- value: "$0",
- description: "Booking fees",
- },
+ { id: "m1", value: "190+", description: "Countries covered" },
+ { id: "m2", value: "900+", description: "Airline partners" },
+ { id: "m3", value: "50M+", description: "Monthly travelers" },
+ { id: "m4", value: "$0", description: "Booking fees" },
]}
title="Global Coverage"
description="Fly anywhere on earth with total confidence and zero booking fees."
@@ -268,40 +131,13 @@ export default function LandingPage() {