From 317e8b55fe88158cf62a5c2e496fbf2e6be189cc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 18:26:39 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 10a5a8c..9dedb40 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -34,12 +34,10 @@ export default function BlogPage() { @@ -68,22 +66,22 @@ export default function BlogPage() { columns={[ { title: "Product", items: [ - { label: "Features", href: "#features" }, - { label: "Pricing", href: "#pricing" }, - { label: "How it Works", href: "#" }, + { label: "Features", href: "/#features" }, + { label: "Pricing", href: "/#pricing" }, + { label: "How it Works", href: "/" }, ], }, { title: "Company", items: [ - { label: "About Us", href: "#about" }, + { label: "About Us", href: "/#about" }, { label: "Careers", href: "#" }, { label: "Press", href: "#" }, ], }, { title: "Support", items: [ - { label: "FAQ", href: "#faq" }, - { label: "Contact Us", href: "#contact" }, + { label: "FAQ", href: "/#faq" }, + { label: "Contact Us", href: "/#contact" }, { label: "Help Center", href: "#" }, ], }, -- 2.49.1 From 6d1ef03f6bad8456db94f4084be4bb740fa770c5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 18:26:40 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5310225..ffd9db4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { > @@ -86,7 +86,7 @@ export default function LandingPage() { {title:"Personalized Destination Discovery",description:"Uncover hidden gems and popular spots tailored to your interests, powered by advanced machine learning algorithms.",bentoComponent:"map"}, {title:"Real-time Trip Optimization",description:"Get instant updates on flights, weather, and local events, with AI suggesting dynamic adjustments to your plans.",bentoComponent:"animated-bar-chart"}, {title:"Seamless Booking Experience",description:"Book flights, hotels, and activities directly through our platform with integrated AI assistance and best-price guarantees.",bentoComponent:"3d-stack-cards",items:[{icon:Plane,title:"Flight Booking",subtitle:"Find the best deals",detail:"Compare airlines"},{icon:Hotel,title:"Hotel Reservations",subtitle:"Luxury to budget",detail:"Instant confirmation"},{icon:Briefcase,title:"Package Deals",subtitle:"Curated experiences",detail:"Save more"}]}, - {title:"AI Travel Assistant",description:"Your 24/7 virtual guide for recommendations, real-time support, and local insights wherever you go.",bentoComponent:"chat",aiIcon:Bot,userIcon:User,exchanges:[{userMessage:"Plan a 7-day trip to Japan for spring.",aiResponse:"I can help with that! Focusing on cherry blossoms and cultural sites in Tokyo and Kyoto."},{userMessage:"Suggest local eateries in Kyoto.",aiResponse:"Kyoto offers incredible dining. Try the Nishiki Market for street food or Gion for traditional kaiseki."}]} + {title:"AI Travel Assistant",description:"Your 24/7 virtual guide for recommendations, real-time support, and local insights wherever you go.",bentoComponent:"chat",aiIcon:Bot,userIcon:User,exchanges:[{userMessage:"Plan a 7-day trip to Japan for spring.",aiResponse:"I can help with that! Focusing on cherry blossoms and cultural sites in Tokyo and Kyoto."},{userMessage:"Suggest local eateries in Kyoto.",aiResponse:"Kyoto offers incredible dining. Try the Nishiki Market for street food or Gion for traditional kaiseki."}], placeholder: "Ask about your next trip..."} ]} animationType="slide-up" title="Intelligent Features for Every Journey" -- 2.49.1 From dcb269598a7184ad168d97a64e63f66582fb579b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 18:26:41 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 1726cf5..beef5ae 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -91,7 +91,7 @@ function ProductPageContent({ params }: ProductPageProps) { @@ -122,7 +122,7 @@ function ProductPageContent({ params }: ProductPageProps) { @@ -160,7 +160,7 @@ function ProductPageContent({ params }: ProductPageProps) { @@ -204,9 +204,9 @@ function ProductPageContent({ params }: ProductPageProps) { console.log('Privacy policy clicked')} -- 2.49.1 From c14a3d08a74665401bc6724c19d3da8ec4077fd3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 18:26:42 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index d6c488a..7588dc9 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -34,7 +34,7 @@ function ShopPageContent() { @@ -45,9 +45,9 @@ function ShopPageContent() { console.log('Privacy policy clicked')} @@ -74,7 +74,7 @@ function ShopPageContent() { @@ -93,9 +93,9 @@ function ShopPageContent() { console.log('Privacy policy clicked')} -- 2.49.1