diff --git a/src/app/page.tsx b/src/app/page.tsx index f3735a9..9380d18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/round-pita-bread-with-peppers-onion-wooden-plate_114579-52631.jpg", imageAlt: "Margherita pizza Italian restaurant" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-putting-cheese-pizza-dough-covered-with-tomato-sauce_141793-2075.jpg?_wi=1", imageAlt: "Rustic Italian restaurant interior warm lighting" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-putting-cheese-pizza-dough-covered-with-tomato-sauce_141793-2075.jpg", imageAlt: "Rustic Italian restaurant interior warm lighting" } ] }, @@ -104,7 +104,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/pizza-ingredients-dark-concrete-surface-neapolitan-pizza-cooking-concept_78826-2821.jpg", imageAlt: "Pepperoni pizza Italian style" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-putting-cheese-pizza-dough-covered-with-tomato-sauce_141793-2075.jpg?_wi=2", imageAlt: "Warm restaurant setting" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-putting-cheese-pizza-dough-covered-with-tomato-sauce_141793-2075.jpg", imageAlt: "Warm restaurant setting" } ] }, @@ -115,15 +115,15 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-cooked-pizza-with-chamomile-flowers_23-2148753711.jpg", imageAlt: "Vegetarian Italian pizza vegetables" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-putting-cheese-pizza-dough-covered-with-tomato-sauce_141793-2075.jpg?_wi=3", imageAlt: "Cozy dining atmosphere" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-putting-cheese-pizza-dough-covered-with-tomato-sauce_141793-2075.jpg", imageAlt: "Cozy dining atmosphere" } ] } ]} className="w-full py-20" containerClassName="max-w-6xl" - titleClassName="text-4xl font-bold mb-4" - descriptionClassName="text-lg mb-12" + cardTitleClassName="text-4xl font-bold mb-4" + textBoxDescriptionClassName="text-lg mb-12" /> @@ -140,8 +140,8 @@ export default function LandingPage() { showCard={true} className="w-full py-20" containerClassName="max-w-6xl" - titleClassName="text-4xl font-bold mb-4" - descriptionClassName="text-lg mb-12" + textBoxTitleClassName="text-4xl font-bold mb-4" + textBoxDescriptionClassName="text-lg mb-12" /> @@ -167,8 +167,8 @@ export default function LandingPage() { ]} className="w-full py-20" containerClassName="max-w-6xl" - titleClassName="text-4xl font-bold mb-4" - descriptionClassName="text-lg mb-12" + textBoxTitleClassName="text-4xl font-bold mb-4" + textBoxDescriptionClassName="text-lg mb-12" />