Merge version_1_1776441567882 into main #3
@@ -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"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user