Bob AI: add subpages for each destination, include informa...
This commit is contained in:
@@ -11,6 +11,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { MapPin, Sparkles, Plane } from "lucide-react";
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -204,6 +205,24 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
title="Discover Paris"
|
||||
description="Step into the heart of Paris, where history and modernity blend seamlessly. From the Eiffel Tower to the Louvre, every corner tells a story."
|
||||
bulletPoints={[
|
||||
{ title: "Eiffel Tower", description: "Iconic landmark offering panoramic views of the city." },
|
||||
{ title: "Louvre Museum", description: "Home to thousands of works of art, including the Mona Lisa." },
|
||||
{ title: "Notre-Dame Cathedral", description: "Gothic masterpiece with stunning architecture and history." },
|
||||
{ title: "Montmartre", description: "Bohemian neighborhood with charming streets and vibrant nightlife." }
|
||||
]}
|
||||
imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80"
|
||||
imageAlt="Paris skyline with Eiffel Tower"
|
||||
imagePosition="left"
|
||||
textboxLayout="stacked"
|
||||
useInvertedBackground="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
|
||||
Reference in New Issue
Block a user