From 7b4175869aca0b73f4092a0bcfb0883090665efb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:45:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 191 ++++++++--------------------------------------- 1 file changed, 32 insertions(+), 159 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d99305..5d53491 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -export default function LandingPage() { +export default function GreeceTravelGuidePage() { return ( @@ -52,42 +41,14 @@ export default function LandingPage() {
@@ -96,9 +57,8 @@ export default function LandingPage() { @@ -109,30 +69,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "Santorini", - price: "Iconic views", - variant: "Island", - imageSrc: "http://img.b2bpic.net/free-photo/two-women-pier-rear-view-two-women-walking-along-pier-sea_169016-68137.jpg", - }, - { - id: "2", - name: "Mykonos", - price: "Nightlife & Beaches", - variant: "Island", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-blue-dress-straw-hat-wearing-pink-sunglasses-drinking-alcohol-cocktail-tropical-vacation-sitting-table-bar_285396-1144.jpg", - }, - { - id: "3", - name: "Athens", - price: "Ancient History", - variant: "City", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-cityscape-polignano-mare-town-puglia-region-italy_181624-49808.jpg", - }, + { id: "1", name: "Santorini", price: "Iconic Views", variant: "Island", imageSrc: "http://img.b2bpic.net/free-photo/two-women-pier-rear-view-two-women-walking-along-pier-sea_169016-68137.jpg" }, + { id: "2", name: "Mykonos", price: "Nightlife & Beaches", variant: "Island", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-blue-dress-straw-hat-wearing-pink-sunglasses-drinking-alcohol-cocktail-tropical-vacation-sitting-table-bar_285396-1144.jpg" }, + { id: "3", name: "Athens", price: "Ancient History", variant: "City", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-cityscape-polignano-mare-town-puglia-region-italy_181624-49808.jpg" } ]} - title="Unmissable Destinations" - description="Explore the most iconic locations in Greece, perfect for your next getaway." + title="Must-Visit Destinations" + description="Discover the diverse beauty of the Greek landscape." /> @@ -140,34 +82,12 @@ export default function LandingPage() { @@ -177,24 +97,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "When is the best time to visit?", - content: "The best time to visit is during shoulder season, specifically May-June and September-October, for mild weather and smaller crowds.", - }, - { - id: "q2", - title: "Do I need a visa?", - content: "Travelers from many countries can enter Greece visa-free for up to 90 days. Please check your country's specific requirements.", - }, - { - id: "q3", - title: "Is island hopping easy?", - content: "Yes, Greece has an extensive ferry network connecting all major island groups effortlessly.", - }, + { id: "q1", title: "When to visit?", content: "The best time is May to October for ideal Mediterranean weather." }, + { id: "q2", title: "Visa info?", content: "Greece is part of the Schengen area. Check your local embassy for visa requirements." } ]} - title="Planning Your Trip" - description="Common questions for your Greek adventure." + title="Trip Planning FAQs" + description="Everything you need to know before you fly." faqsAnimation="slide-up" /> @@ -202,12 +109,10 @@ export default function LandingPage() {
@@ -215,40 +120,8 @@ export default function LandingPage() { -- 2.49.1