Merge version_3 into main #4
@@ -34,12 +34,10 @@ export default function BlogPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Features", id: "/#features" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Pricing", id: "/#pricing" },
|
||||
{ name: "Testimonials", id: "/#testimonials" }
|
||||
]}
|
||||
brandName="AI Voyage"
|
||||
/>
|
||||
@@ -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: "#" },
|
||||
],
|
||||
},
|
||||
|
||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{name:"Home", id:"/"}, {name:"Features",id:"#features"},{name:"About",id:"#about"},{name:"Pricing",id:"#pricing"},{name:"Testimonials",id:"#testimonials"}, {name:"Blog", id:"/blog"}, {name:"Shop", id:"/shop"}]}
|
||||
navItems={[{name:"Home", id:"/"}, {name:"Features",id:"#features"},{name:"About",id:"#about"},{name:"Pricing",id:"#pricing"},{name:"Testimonials",id:"#testimonials"}]}
|
||||
brandName="AI Voyage"
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
|
||||
@@ -91,7 +91,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Features", id: "#features" }, { name: "About", id: "#about" }, { name: "Pricing", id: "#pricing" }, { name: "Testimonials", id: "#testimonials" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Features", id: "/#features" }, { name: "About", id: "/#about" }, { name: "Pricing", id: "/#pricing" }, { name: "Testimonials", id: "/#testimonials" }]}
|
||||
brandName="AI Voyage"
|
||||
/>
|
||||
</div>
|
||||
@@ -122,7 +122,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Features", id: "#features" }, { name: "About", id: "#about" }, { name: "Pricing", id: "#pricing" }, { name: "Testimonials", id: "#testimonials" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Features", id: "/#features" }, { name: "About", id: "/#about" }, { name: "Pricing", id: "/#pricing" }, { name: "Testimonials", id: "/#testimonials" }]}
|
||||
brandName="AI Voyage"
|
||||
/>
|
||||
</div>
|
||||
@@ -160,7 +160,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Features", id: "#features" }, { name: "About", id: "#about" }, { name: "Pricing", id: "#pricing" }, { name: "Testimonials", id: "#testimonials" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Features", id: "/#features" }, { name: "About", id: "/#about" }, { name: "Pricing", id: "/#pricing" }, { name: "Testimonials", id: "/#testimonials" }]}
|
||||
brandName="AI Voyage"
|
||||
/>
|
||||
</div>
|
||||
@@ -204,9 +204,9 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<FooterBaseCard
|
||||
logoText="AI Voyage"
|
||||
columns={[
|
||||
{ title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }, { label: "How it Works", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "#" }, { label: "Press", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }, { label: "Help Center", href: "#" }] }
|
||||
{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }, { label: "How it Works", href: "/" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Careers", href: "#" }, { label: "Press", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact Us", href: "/#contact" }, { label: "Help Center", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2024 AI Voyage. All rights reserved."
|
||||
onPrivacyClick={() => console.log('Privacy policy clicked')}
|
||||
|
||||
@@ -34,7 +34,7 @@ function ShopPageContent() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Features", id: "#features" }, { name: "About", id: "#about" }, { name: "Pricing", id: "#pricing" }, { name: "Testimonials", id: "#testimonials" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Features", id: "/#features" }, { name: "About", id: "/#about" }, { name: "Pricing", id: "/#pricing" }, { name: "Testimonials", id: "/#testimonials" }]}
|
||||
brandName="AI Voyage"
|
||||
/>
|
||||
</div>
|
||||
@@ -45,9 +45,9 @@ function ShopPageContent() {
|
||||
<FooterBaseCard
|
||||
logoText="AI Voyage"
|
||||
columns={[
|
||||
{ title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }, { label: "How it Works", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "#" }, { label: "Press", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }, { label: "Help Center", href: "#" }] }
|
||||
{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }, { label: "How it Works", href: "/" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Careers", href: "#" }, { label: "Press", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact Us", href: "/#contact" }, { label: "Help Center", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2024 AI Voyage. All rights reserved."
|
||||
onPrivacyClick={() => console.log('Privacy policy clicked')}
|
||||
@@ -74,7 +74,7 @@ function ShopPageContent() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Features", id: "#features" }, { name: "About", id: "#about" }, { name: "Pricing", id: "#pricing" }, { name: "Testimonials", id: "#testimonials" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Features", id: "/#features" }, { name: "About", id: "/#about" }, { name: "Pricing", id: "/#pricing" }, { name: "Testimonials", id: "/#testimonials" }]}
|
||||
brandName="AI Voyage"
|
||||
/>
|
||||
</div>
|
||||
@@ -93,9 +93,9 @@ function ShopPageContent() {
|
||||
<FooterBaseCard
|
||||
logoText="AI Voyage"
|
||||
columns={[
|
||||
{ title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }, { label: "How it Works", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "#" }, { label: "Press", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }, { label: "Help Center", href: "#" }] }
|
||||
{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }, { label: "How it Works", href: "/" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Careers", href: "#" }, { label: "Press", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact Us", href: "/#contact" }, { label: "Help Center", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2024 AI Voyage. All rights reserved."
|
||||
onPrivacyClick={() => console.log('Privacy policy clicked')}
|
||||
|
||||
Reference in New Issue
Block a user