diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c64158..93f20fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,11 +49,14 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-pasta-cooked-along-with-soup-minced-vegetables-salad-bread-slices-light-surface_140725-14463.jpg", imageAlt: "Authentic soul food restaurant ambiance with warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-pasta-cooked-along-with-soup-minced-vegetables-salad-bread-slices-light-surface_140725-14463.jpg", imageAlt: "Authentic soul food restaurant ambiance with warm lighting" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bread-turkey-close-up_23-2148314859.jpg", imageAlt: "Golden fried chicken and Southern sides"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bread-turkey-close-up_23-2148314859.jpg", imageAlt: "Golden fried chicken and Southern sides" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/rotini-pasta-salad-with-arugula-cherry-tomatoes-healthy-summer-dish_53876-108112.jpg?_wi=1", imageAlt: "Comfort food classics including collard greens and mac and cheese"}, + imageSrc: "http://img.b2bpic.net/free-photo/rotini-pasta-salad-with-arugula-cherry-tomatoes-healthy-summer-dish_53876-108112.jpg", imageAlt: "Comfort food classics including collard greens and mac and cheese" + }, ]} autoplayDelay={4000} showDimOverlay={true} @@ -85,13 +88,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Fried Chicken Supreme", description: "Crispy golden-fried chicken seasoned with our secret family blend of spices, prepared fresh daily", imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-with-fried-chicken-vegetables-marble_114579-60757.jpg", imageAlt: "Perfectly fried chicken served with sides"}, + title: "Fried Chicken Supreme", description: "Crispy golden-fried chicken seasoned with our secret family blend of spices, prepared fresh daily", imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-with-fried-chicken-vegetables-marble_114579-60757.jpg", imageAlt: "Perfectly fried chicken served with sides" + }, { id: 2, - title: "Homemade Cornbread", description: "Warm, buttery cornbread baked fresh throughout the day using traditional Southern recipes", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-sweets-arrangement_23-2150172388.jpg", imageAlt: "Golden cornbread with honey butter"}, + title: "Homemade Cornbread", description: "Warm, buttery cornbread baked fresh throughout the day using traditional Southern recipes", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-sweets-arrangement_23-2150172388.jpg", imageAlt: "Golden cornbread with honey butter" + }, { id: 3, - title: "Classic Sides", description: "Creamy mac and cheese, tender collard greens, and authentic black-eyed peas prepared with love", imageSrc: "http://img.b2bpic.net/free-photo/rotini-pasta-salad-with-arugula-cherry-tomatoes-healthy-summer-dish_53876-108112.jpg?_wi=2", imageAlt: "Assorted Southern side dishes"}, + title: "Classic Sides", description: "Creamy mac and cheese, tender collard greens, and authentic black-eyed peas prepared with love", imageSrc: "http://img.b2bpic.net/free-photo/rotini-pasta-salad-with-arugula-cherry-tomatoes-healthy-summer-dish_53876-108112.jpg", imageAlt: "Assorted Southern side dishes" + }, ]} /> @@ -100,17 +106,23 @@ export default function LandingPage() { @@ -155,13 +168,16 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com", ariaLabel: "Follow us on Facebook"}, + href: "https://facebook.com", ariaLabel: "Follow us on Facebook" + }, { icon: Instagram, - href: "https://instagram.com", ariaLabel: "Follow us on Instagram"}, + href: "https://instagram.com", ariaLabel: "Follow us on Instagram" + }, { icon: Phone, - href: "tel:+1234567890", ariaLabel: "Call us"}, + href: "tel:+1234567890", ariaLabel: "Call us" + }, ]} />