diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9323cdd..fa6361e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,6 +33,7 @@ export default function LuxuryTravelAgencyTemplatePage() {
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Destinations", id: "destinations" },
+ { name: "Products", id: "/products" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" },
]}
@@ -80,35 +81,15 @@ export default function LuxuryTravelAgencyTemplatePage() {
useInvertedBackground={false}
features={[
{
- title: "Private Aviation",
- description: "Charter flights and private jet services to any destination worldwide.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service5.webp",
- imageAlt: "Private jet",
- },
+ title: "Private Aviation", description: "Charter flights and private jet services to any destination worldwide.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service5.webp", imageAlt: "Private jet"},
{
- title: "Luxury Accommodations",
- description: "Handpicked five-star hotels, villas, and exclusive resorts.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service1.webp",
- imageAlt: "Luxury hotel",
- },
+ title: "Luxury Accommodations", description: "Handpicked five-star hotels, villas, and exclusive resorts.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service1.webp", imageAlt: "Luxury hotel"},
{
- title: "Curated Experiences",
- description: "Unique adventures and cultural immersions designed just for you.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service4.webp",
- imageAlt: "Experience",
- },
+ title: "Curated Experiences", description: "Unique adventures and cultural immersions designed just for you.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service4.webp", imageAlt: "Experience"},
{
- title: "Fine Dining",
- description: "Reservations at Michelin-starred restaurants and private chef services.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service3.webp",
- imageAlt: "Fine dining",
- },
+ title: "Fine Dining", description: "Reservations at Michelin-starred restaurants and private chef services.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service3.webp", imageAlt: "Fine dining"},
{
- title: "Photography Tours",
- description: "Professional photographers to capture your once-in-a-lifetime moments.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service2.webp",
- imageAlt: "Photography",
- }
+ title: "Photography Tours", description: "Professional photographers to capture your once-in-a-lifetime moments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service2.webp", imageAlt: "Photography"}
]}
/>
+
+
+
+
+
+
+ );
+}
\ No newline at end of file