Bob AI: Populate src/pages/AboutPage.tsx (snippet builder, 3 sections)
This commit is contained in:
@@ -1,101 +1,35 @@
|
||||
import { routes } from "@/routes";
|
||||
import NavbarCentered from "@/components/ui/NavbarCentered"; // Corrected import path
|
||||
import HeroSplit from "@/components/sections/hero/HeroSplit";
|
||||
import AboutFeaturesSplit from "@/components/sections/about/AboutFeaturesSplit";
|
||||
import TestimonialQuoteCards from "@/components/sections/testimonial/TestimonialQuoteCards";
|
||||
import FaqSimple from "@/components/sections/faq/FaqSimple";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<div className="flex flex-col min-h-screen bg-background text-foreground">
|
||||
<NavbarCentered
|
||||
logo="Webild"
|
||||
navItems={routes.map((r) => ({ name: r.label, href: r.path }))}
|
||||
ctaButton={{ text: "Get Started", href: "/contact" }}
|
||||
<>
|
||||
<HeroSplit
|
||||
tag="Our Philosophy"
|
||||
title="The Art of Bespoke Spanish Travel"
|
||||
description="At Madrid Luxury Travel, we believe true luxury lies in experiences meticulously crafted to your desires. With unparalleled expertise and a passion for Spain's finest, we curate journeys that transcend the ordinary, from palatial Madrid suites to private royal sightseeing, ensuring every moment is a testament to refined elegance and seamless perfection."
|
||||
primaryButton={{"text":"Begin Your Bespoke Journey","href":"/contact"}}
|
||||
secondaryButton={{"text":"Meet Our Curators","href":"/about#team"}}
|
||||
imageSrc="https://images.unsplash.com/photo-1517824806704-9040b737d256?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
||||
/>
|
||||
|
||||
<main className="flex-grow">
|
||||
<HeroSplit
|
||||
title="About Our Mission"
|
||||
description="We are dedicated to empowering creators and businesses with innovative tools and solutions."
|
||||
primaryCta={{ text: "Learn More", href: "/features" }}
|
||||
secondaryCta={{ text: "Contact Us", href: "/contact" }}
|
||||
media={{ type: "image", src: "https://images.unsplash.com/photo-1519389950473-47576a19d59f?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", alt: "Our Team" }}
|
||||
/>
|
||||
|
||||
<AboutFeaturesSplit
|
||||
title="Our Core Values"
|
||||
description="Driving innovation, fostering collaboration, and ensuring customer success."
|
||||
features={[
|
||||
{
|
||||
title: "Innovation",
|
||||
description: "Constantly pushing boundaries to deliver cutting-edge solutions.",
|
||||
icon: "💡",
|
||||
},
|
||||
{
|
||||
title: "Integrity",
|
||||
description: "Operating with honesty and transparency in all our dealings.",
|
||||
icon: "🤝",
|
||||
},
|
||||
{
|
||||
title: "Customer Focus",
|
||||
description: "Prioritizing our users' needs to build impactful products.",
|
||||
icon: "🌟",
|
||||
},
|
||||
]}
|
||||
media={{ type: "image", src: "https://images.unsplash.com/photo-1552581234-263901700e48?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", alt: "Team working" }}
|
||||
/>
|
||||
|
||||
<TestimonialQuoteCards
|
||||
title="What Our Partners Say"
|
||||
description="Hear from those who have experienced the Webild difference."
|
||||
testimonials={[
|
||||
{
|
||||
quote: "Webild transformed our workflow and boosted our productivity significantly.",
|
||||
name: "Jane Doe",
|
||||
title: "CEO, Tech Solutions",
|
||||
image: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
|
||||
},
|
||||
{
|
||||
quote: "The team at Webild is incredibly supportive and their platform is top-notch.",
|
||||
name: "John Smith",
|
||||
title: "Founder, Creative Agency",
|
||||
image: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
<FaqSimple
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about Webild and our services."
|
||||
faqs={[
|
||||
{
|
||||
question: "What is Webild?",
|
||||
answer: "Webild is a platform designed to help businesses and creators build and manage their online presence with ease.",
|
||||
},
|
||||
{
|
||||
question: "How do I get started?",
|
||||
answer: "You can sign up for a free trial on our homepage or contact our sales team for a personalized demo.",
|
||||
},
|
||||
{
|
||||
question: "Do you offer customer support?",
|
||||
answer: "Yes, we offer 24/7 customer support via email, chat, and phone for all our premium plans.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</main>
|
||||
|
||||
<FooterSimple
|
||||
logo="Webild"
|
||||
description="Empowering your digital journey."
|
||||
socialLinks={[
|
||||
{ name: "Facebook", href: "#" },
|
||||
{ name: "Twitter", href: "#" },
|
||||
{ name: "LinkedIn", href: "#" },
|
||||
]}
|
||||
copyright="© 2024 Webild. All rights reserved."
|
||||
<AboutFeaturesSplit
|
||||
tag="Our Philosophy"
|
||||
title="The Art of Bespoke Spanish Journeys"
|
||||
description="At Madrid Luxury Travel, we believe true luxury lies in experiences crafted exclusively for you. With an unwavering commitment to excellence and an intimate knowledge of Spain's most exquisite offerings, we transform your travel aspirations into a seamless reality. From the moment you envision your trip to your fondest farewell, our dedicated team ensures every detail is meticulously curated, reflecting your unique desires and exceeding every expectation."
|
||||
primaryButton={{"text":"Begin Your Journey","href":"/contact"}}
|
||||
secondaryButton={{"text":"Explore Our Services","href":"/services"}}
|
||||
items={[{"icon":"Sparkles","title":"Personalized Itineraries","description":"Every journey is a unique masterpiece, designed around your preferences, passions, and pace. No two trips are ever the same."},{"icon":"Award","title":"Unrivaled Local Expertise","description":"Benefit from our deep-rooted connections and insider knowledge, unlocking Spain's hidden gems and most exclusive experiences."},{"icon":"Briefcase","title":"Dedicated Concierge Service","description":"From pre-arrival planning to on-the-ground support, your personal concierge ensures a flawless and stress-free experience."},{"icon":"Key","title":"Exclusive Access & Privileges","description":"Gain entry to private estates, VIP events, and unique cultural encounters typically unavailable to the public."},{"icon":"Plane","title":"Seamless Luxury Logistics","description":"Enjoy effortless transitions with private transfers, VIP airport services, and meticulously planned transportation."}]}
|
||||
imageSrc="https://images.unsplash.com/photo-1539037116277-fd0814066b1e?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
||||
/>
|
||||
</div>
|
||||
<TestimonialQuoteCards
|
||||
tag="Voices of Luxury"
|
||||
title="What Our Discerning Clients Say"
|
||||
description="Our dedication to crafting bespoke, seamless experiences is best told by our clients. Hear their stories of unparalleled luxury and service with Madrid Luxury Travel."
|
||||
primaryButton={{"text":"Plan Your Journey","href":"/contact"}}
|
||||
secondaryButton={{"text":"Explore Our Services","href":"/services"}}
|
||||
testimonials={[{"name":"Eleanor Vance","role":"Art Collector, New York","quote":"Madrid Luxury Travel curated an art tour beyond my wildest dreams. Every detail, from private gallery access to exclusive dining, was flawless.","imageSrc":"https://images.unsplash.com/photo-1534528741775-53994a69daeb?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTMzNXwwfDF8c2VhcmNofDEyfHxwcm9mZXNzaW9uYWwlMjBwb3J0cmFpdHxlbnwwfHx8fDE3MTY5OTQ1MDd8MA&ixlib=rb-4.0.3&q=80&w=1080"},{"name":"Dr. Alistair Finch","role":"Venture Capitalist, London","quote":"Our family's multi-city tour of Spain was handled with such precision and elegance. Truly a seamless, unforgettable experience.","imageSrc":"https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTMzNXwwfDF8c2VhcmNofDEwfHxtYWxlJTIwcG9ydHJhaXR8ZW53b3wwfHx8fDE3MTY5OTQ1NDd8MA&ixlib=rb-4.0.3&q=80&w=1080"},{"name":"Isabella Rossi","role":"Fashion Designer, Milan","quote":"The VIP access and bespoke shopping experiences arranged were simply unparalleled. Madrid Luxury Travel understands true luxury.","imageSrc":"https://images.unsplash.com/photo-1529629767070-94249277031d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTMzNXwwfDF8c2VhcmNofDE2fHxlbGVnYW50JTIwd29tYW4lMjBwb3J0cmFpdHxlbnwwfHx8fDE3MTY5OTQ1ODd8MA&ixlib=rb-4.0.3&q=80&w=1080"}]}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user