diff --git a/src/app/page.tsx b/src/app/page.tsx index fddfa40..7b3bc34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -59,116 +49,66 @@ export default function LandingPage() { @@ -177,52 +117,22 @@ export default function LandingPage() { @@ -285,47 +181,17 @@ export default function LandingPage() { uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105" members={[ { - id: "baker-1", - name: "Chef Arham", - role: "Head Baker & Founder", - imageSrc: "http://img.b2bpic.net/free-photo/baker-smiling-camera-holding-tray-croissant-commercial-kitchen_23-2148189034.jpg", - imageAlt: "Chef Arham, Head Baker and Founder", - }, + id: "baker-1", name: "Chef Arham", role: "Head Baker & Founder", imageSrc: "http://img.b2bpic.net/free-photo/baker-smiling-camera-holding-tray-croissant-commercial-kitchen_23-2148189034.jpg", imageAlt: "Chef Arham, Head Baker and Founder"}, { - id: "baker-2", - name: "Elara Dubois", - role: "Pastry Chef", - imageSrc: "http://img.b2bpic.net/free-photo/looking-side-young-female-cook-wearing-chef-uniform-holding-rolling-pin-crossing-hands-isolated-white-wall_141793-120090.jpg", - imageAlt: "Elara Dubois, Pastry Chef", - }, + id: "baker-2", name: "Elara Dubois", role: "Pastry Chef", imageSrc: "http://img.b2bpic.net/free-photo/looking-side-young-female-cook-wearing-chef-uniform-holding-rolling-pin-crossing-hands-isolated-white-wall_141793-120090.jpg", imageAlt: "Elara Dubois, Pastry Chef"}, { - id: "baker-3", - name: "Antoine Moreau", - role: "Sourdough Master", - imageSrc: "http://img.b2bpic.net/free-photo/pleased-male-gardener-wearing-gardening-hat-holds-pumpkin_141793-116195.jpg", - imageAlt: "Antoine Moreau, Sourdough Master", - }, + id: "baker-3", name: "Antoine Moreau", role: "Sourdough Master", imageSrc: "http://img.b2bpic.net/free-photo/pleased-male-gardener-wearing-gardening-hat-holds-pumpkin_141793-116195.jpg", imageAlt: "Antoine Moreau, Sourdough Master"}, { - id: "baker-4", - name: "Maya Singh", - role: "Apprentice Baker", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-professional-confectioner-rolling-gingerbread-dough_1163-2878.jpg", - imageAlt: "Maya Singh, Apprentice Baker", - }, + id: "baker-4", name: "Maya Singh", role: "Apprentice Baker", imageSrc: "http://img.b2bpic.net/free-photo/smiling-professional-confectioner-rolling-gingerbread-dough_1163-2878.jpg", imageAlt: "Maya Singh, Apprentice Baker"}, { - id: "baker-5", - name: "Olivier Blanc", - role: "Confectioner", - imageSrc: "http://img.b2bpic.net/free-photo/female-confectioner-with-chocolate-cake-pastry-shop_23-2150360211.jpg", - imageAlt: "Olivier Blanc, Confectioner", - }, + id: "baker-5", name: "Olivier Blanc", role: "Confectioner", imageSrc: "http://img.b2bpic.net/free-photo/female-confectioner-with-chocolate-cake-pastry-shop_23-2150360211.jpg", imageAlt: "Olivier Blanc, Confectioner"}, { - id: "baker-6", - name: "Isabelle Laurent", - role: "Culinary Director", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-baker-bakery-with-breads-oven-background_23-2148189027.jpg", - imageAlt: "Isabelle Laurent, Culinary Director", - }, + id: "baker-6", name: "Isabelle Laurent", role: "Culinary Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-baker-bakery-with-breads-oven-background_23-2148189027.jpg", imageAlt: "Isabelle Laurent, Culinary Director"}, ]} title="Our Artisans" description="Meet the passionate hands behind Arham Baker's, a team dedicated to the art and science of bringing edible luxury to life." @@ -336,81 +202,55 @@ export default function LandingPage() {