From feb9d73a787753195838c5709de26442751e2645 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 16:04:14 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 0ee6031..f33ca1b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,7 +8,7 @@ import NavbarCentered from '@/components/ui/NavbarCentered'; import PricingCenteredCards from '@/components/sections/pricing/PricingCenteredCards'; import TeamDetailedCards from '@/components/sections/team/TeamDetailedCards'; import TestimonialAvatarCard from '@/components/sections/testimonial/TestimonialAvatarCard'; -import { Clock, Heart, Wheat } from "lucide-react"; +import { Clock, Heart, Wheat, Instagram } from "lucide-react"; export default function App() { return ( @@ -120,13 +120,13 @@ export default function App() { description="Our team is dedicated to keeping traditional baking alive for our community." members={[ { - name: "John Doe", role: "Head Baker", description: "Over 15 years of experience in artisan bread making.", socialLinks: [], imageSrc: "https://pixabay.com/get/gf5c1cbaa9d7a0b59ba5df343110fe0eefd378ec84dda292816a0b0efbae38d9e66a93e1124fdc0a607b630621d188170b97ce95b243561d862f95abfd6e8595a_1280.jpg" + name: "John Doe", role: "Head Baker", description: "Over 15 years of experience in artisan bread making.", socialLinks: [{icon: Instagram, url: "#"}], imageSrc: "https://pixabay.com/get/gf5c1cbaa9d7a0b59ba5df343110fe0eefd378ec84dda292816a0b0efbae38d9e66a93e1124fdc0a607b630621d188170b97ce95b243561d862f95abfd6e8595a_1280.jpg" }, { - name: "Jane Smith", role: "Pastry Chef", description: "Specialist in classic French patisserie and modern twists.", socialLinks: [], imageSrc: "https://pixabay.com/get/g53e700d2a9e3a947a5fdfbcbf0b716841cd4dd323335577d42329fd760c745a07a2bdc88a7b1391c57be679b45190a0b_1280.jpg" + name: "Jane Smith", role: "Pastry Chef", description: "Specialist in classic French patisserie and modern twists.", socialLinks: [{icon: Instagram, url: "#"}], imageSrc: "https://pixabay.com/get/g53e700d2a9e3a947a5fdfbcbf0b716841cd4dd323335577d42329fd760c745a07a2bdc88a7b1391c57be679b45190a0b_1280.jpg" }, { - name: "Alex Baker", role: "Head of Bread", description: "The master of fermentation and sourdough science.", socialLinks: [], imageSrc: "https://pixabay.com/get/g19efa09eda9aff452a664a21e95a6550d105cb5312d6adf41a2e4c4509a3ebdc1b9f07434d39f832df9cdcaced5d9fb8b82e539d5f9d0f787472b23ec752a79f_1280.jpg" + name: "Alex Baker", role: "Head of Bread", description: "The master of fermentation and sourdough science.", socialLinks: [{icon: Instagram, url: "#"}], imageSrc: "https://pixabay.com/get/g19efa09eda9aff452a664a21e95a6550d105cb5312d6adf41a2e4c4509a3ebdc1b9f07434d39f832df9cdcaced5d9fb8b82e539d5f9d0f787472b23ec752a79f_1280.jpg" }, ]} /> -- 2.49.1