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: "#" },
],
},
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"
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')}
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')}