Merge version_12_1776936613216 into main #9

Merged
bender merged 2 commits from version_12_1776936613216 into main 2026-04-23 09:31:38 +00:00
3 changed files with 42 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import PlansPage from "@/pages/PlansPage";
import AboutPage from "@/pages/AboutPage";
import ContactPage from "@/pages/ContactPage";
import TeamTestimonialsPage from "@/pages/TeamTestimonialsPage";
export default function App() {
return (
<Routes>
@@ -11,6 +12,7 @@ export default function App() {
<Route path="/plans" element={<PlansPage />} />
<Route path="/about" element={<AboutPage />} />
<Route path="/contact" element={<ContactPage />} />
<Route path="/team-testimonials" element={<TeamTestimonialsPage />} />
</Routes>
);
}

View File

@@ -0,0 +1,39 @@
import { routes } from "@/routes";
import NavbarCentered from "@/components/ui/NavbarCentered";
import TeamDetailedCards from "@/components/sections/team/TeamDetailedCards";
import TestimonialRatingCards from "@/components/sections/testimonial/TestimonialRatingCards";
import FooterSimple from "@/components/sections/footer/FooterSimple";
export default function TeamTestimonialsPage() {
return (
<div className="flex flex-col min-h-screen bg-background text-foreground">
<NavbarCentered
logo="Brand"
navItems={[{"name":"Home","href":"/"},{"name":"Our Team","href":"#team"},{"name":"Testimonials","href":"#testimonials"},{"name":"Contact","href":"/contact"}]}
ctaButton={{"text":"Get in Touch","href":"/contact"}}
/>
<TeamDetailedCards
tag="Our Team"
title="Meet the Experts Behind Brand"
description="Our dedicated team combines passion, expertise, and a shared commitment to your success. We're here to help you thrive."
primaryButton={{"text":"Explore Our Services","href":"/services"}}
secondaryButton={{"text":"Get in Touch","href":"/contact"}}
members={[{"name":"Alice Johnson","role":"CEO & Founder","description":"Visionary leader driving innovation and client-focused solutions for Brand's future.","socialLinks":[{"icon":"Linkedin","url":"/team#alice-linkedin"}],"imageSrc":"https://images.unsplash.com/photo-1580489944761-15a19d654956?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTMzNXwwfDF8c2VhcmNofDEwfHxwcm9mZXNzaW9uYWwlMjB3b21hbnxlbnwwfHx8fDE3MTY1MjQ0Mzh8MA&ixlib=rb-4.0.3&q=80&w=1080"},{"name":"Bob Williams","role":"Head of Product","description":"Transforms complex ideas into intuitive, user-friendly products that delight our customers.","socialLinks":[{"icon":"Linkedin","url":"/team#bob-linkedin"}],"imageSrc":"https://images.unsplash.com/photo-1560250097-0b93528c311a?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTMzNXwwfDF8c2VhcmNofDN8fHByb2Zlc3Npb25hbCUyMG1hbnxlbnwwfHx8fDE3MTY1MjQ0Mzh8MA&ixlib=rb-4.0.3&q=80&w=1080"},{"name":"Carol Davis","role":"Customer Success Lead","description":"Ensures clients receive unparalleled support and achieve their goals with Brand's solutions.","socialLinks":[{"icon":"Linkedin","url":"/team#carol-linkedin"}],"imageSrc":"https://images.unsplash.com/photo-1573496359142-b8d87734b584?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTMzNXwwfDF8c2VhcmNofDE0fHxwcm9mZXNzaW9uYWwlMjB3b21hbnxlbnwwfHx8fDE3MTY1MjQ0Mzh8MA&ixlib=rb-4.0.3&q=80&w=1080"}]}
/>
<TestimonialRatingCards
tag="Customer Stories"
title="Authentic Feedback from Our Valued Clients"
description="Discover the positive experiences our clients have had, reflecting the dedication and expertise of the Brand team."
primaryButton={{"text":"Meet Our Team","href":"/team"}}
secondaryButton={{"text":"Learn About Our Services","href":"/services"}}
testimonials={[{"name":"Sarah Chen","role":"CEO, InnovateTech","quote":"Brand's team truly understands our needs. Their expertise and support have been invaluable to our growth and success.","rating":5,"imageSrc":"https://images.unsplash.com/photo-1580489944761-15a19d654956?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTYzMjB8MHwxfHNlYXJjaHwxfHxhc2lhbiUyMHdvbWFuJTIwcG9ydHJhaXR8ZW58MHx8fHwxNzE3NjQ1NjY1fDA&ixlib=rb-4.0.3&q=80&w=1080"},{"name":"David Lee","role":"Founder, GreenSolutions","quote":"The personalized service from Brand is exceptional. They consistently exceed expectations, making a real difference for us.","rating":5,"imageSrc":"https://images.unsplash.com/photo-1507003211169-e69fe1c5a3bb?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTYzMjB8MHwxfHNlYXJjaHwxfHxtYWxlJTIwcG9ydHJhaXR8ZW58MHx8fHwxNzE3NjQ1NjY2fDA&ixlib=rb-4.0.3&q=80&w=1080"},{"name":"Emily White","role":"Director, FutureForward","quote":"Working with Brand has been a game-changer. Their commitment to excellence shines through in every interaction.","rating":5,"imageSrc":"https://images.unsplash.com/photo-1544005313-94ddf0286df2?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTYzMjB8MHwxfHNlYXJjaHwxfHxmZW1hbGUlMjBwb3J0cmFpdHxlbnwwfHx8fDE3MTc2NDU2Njd8MA&ixlib=rb-4.0.3&q=80&w=1080"}]}
/>
<FooterSimple
brand="Brand"
columns={[{"title":"Company","items":[{"label":"About Us","href":"/about"},{"label":"Our Team","href":"/team-testimonials#team"},{"label":"Testimonials","href":"/team-testimonials#testimonials"},{"label":"Careers","href":"/careers"}]},{"title":"Support","items":[{"label":"Contact Us","href":"/contact"},{"label":"FAQ","href":"/faq"},{"label":"Privacy Policy","href":"/privacy"},{"label":"Terms of Service","href":"/terms"}]},{"title":"Resources","items":[{"label":"Blog","href":"/blog"},{"label":"Case Studies","href":"/case-studies"},{"label":"Whitepapers","href":"/whitepapers"}]}]}
copyright="© 2024 Brand. All rights reserved."
links={[{"label":"LinkedIn","href":"https://linkedin.com/brand"},{"label":"Twitter","href":"https://twitter.com/brand"},{"label":"Facebook","href":"https://facebook.com/brand"}]}
/>
</div>
);
}

View File

@@ -9,4 +9,5 @@ export const routes: Route[] = [
{ path: '/plans', label: 'Plans', pageFile: 'PlansPage' },
{ path: '/about', label: 'About', pageFile: 'AboutPage' },
{ path: '/contact', label: 'Contact', pageFile: 'ContactPage' },
{ path: '/team-testimonials', label: 'Team Testimonials', pageFile: 'TeamTestimonialsPage' },
];