Bob AI: add section with our team after hero

This commit is contained in:
2026-02-05 14:50:11 +00:00
parent 120a8a26be
commit 9936f175cd

View File

@@ -11,6 +11,7 @@ import FaqBase from '@/components/sections/faq/FaqBase';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Sparkles, Package, Zap, Star, CreditCard, Crown, Smartphone, HelpCircle, Mail } from "lucide-react";
import TeamSection from '@/components/sections/team/TeamSection';
export default function LandingPage() {
return (
@@ -235,6 +236,15 @@ export default function LandingPage() {
/>
</div>
<div id="team" data-section="team">
<TeamSection title="Meet Our Team" subtitle="Our dedicated team is here to ensure you have the best iPhone experience." teamMembers={[
{name: "John Doe", role: "CEO", image: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80"},
{name: "Jane Smith", role: "Head of Sales", image: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80"},
{name: "Mike Johnson", role: "Customer Support Manager", image: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80"},
{name: "Emily Davis", role: "Marketing Director", image: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80"}
]} />
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="iPhone Store"