1 Commits

Author SHA1 Message Date
2887d67f81 Bob AI: change hero title with Yo, Bob! 2026-02-05 19:12:54 +02:00
2 changed files with 2 additions and 48 deletions

View File

@@ -11,7 +11,6 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterSimple from '@/components/sections/footer/FooterSimple'; import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Zap, Star, Sparkles, CreditCard, Heart } from "lucide-react"; import { Zap, Star, Sparkles, CreditCard, Heart } from "lucide-react";
import TeamCardOne from '@/components/sections/team/TeamCardOne';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -228,51 +227,6 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="team" data-section="team">
<TeamCardOne
members={[
{ id: "1", name: "John Doe", role: "Lead Developer", imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "John Doe" },
{ id: "2", name: "Jane Smith", role: "UX Designer", imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Jane Smith" },
{ id: "3", name: "Mike Johnson", role: "Marketing Specialist", imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Mike Johnson" },
{ id: "4", name: "Emily Davis", role: "iOS Developer", imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Emily Davis" }
]}
carouselMode="buttons"
gridVariant="grid-2"
uniformGridCustomHeightClasses=""
animationType="3d-flip"
title="Our Team"
description="Meet the team behind the iPhone app, dedicated to bringing you the best mobile experience."
tag="iPhone"
tagIcon="Smartphone"
buttons={[
{ label: "Contact", href: "#contact", variant: "primary" },
{ label: "Learn More", href: "#about", variant: "secondary" }
]}
textboxLayout="vertical"
useInvertedBackground="light"
ariaLabel="Team Members"
className=""
containerClassName=""
cardClassName=""
textBoxTitleClassName=""
textBoxTitleImageWrapperClassName=""
textBoxTitleImageClassName=""
textBoxDescriptionClassName=""
imageClassName=""
overlayClassName=""
nameClassName=""
roleClassName=""
gridClassName=""
carouselClassName=""
controlsClassName=""
textBoxClassName=""
textBoxTagClassName=""
textBoxButtonContainerClassName=""
textBoxButtonClassName=""
textBoxButtonTextClassName=""
/>
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterSimple
columns={[ columns={[

View File

@@ -137,7 +137,7 @@ const HeroSplitDualMedia = ({
<div className={cls("w-content-width mx-auto flex flex-col md:flex-row gap-13 md:gap-15 items-center relative z-10", containerClassName)}> <div className={cls("w-content-width mx-auto flex flex-col md:flex-row gap-13 md:gap-15 items-center relative z-10", containerClassName)}>
<div className="w-full md:w-1/2"> <div className="w-full md:w-1/2">
<TextBox <TextBox
title={title} title="Yo, Bob!"
description={description} description={description}
tag={tag} tag={tag}
tagIcon={tagIcon} tagIcon={tagIcon}
@@ -152,7 +152,7 @@ const HeroSplitDualMedia = ({
center={true} center={true}
/> />
<TextBox <TextBox
title={title} title="Yo, Bob!"
description={description} description={description}
tag={tag} tag={tag}
tagIcon={tagIcon} tagIcon={tagIcon}