Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -89,10 +89,10 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Personal Travel Concierge", author: "24/7 Dedicated Support", description: "Your dedicated travel expert handles every detail, from flight arrangements to restaurant reservations, ensuring seamless luxury throughout your journey.", tags: ["Concierge", "Premium"],
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Professional travel concierge service"},
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Professional travel concierge service"},
|
||||
{
|
||||
id: "2", title: "Exclusive Access Experiences", author: "VIP Privileges", description: "Gain entry to private events, invitation-only venues, and experiences unavailable to the general public, creating truly exclusive memories.", tags: ["VIP", "Exclusive"],
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "VIP exclusive travel experience"},
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "VIP exclusive travel experience"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user