diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 47c18b1..37c5193 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,12 +1,12 @@ "use client"; -import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import Link from "next/link"; import { Heart, ChefHat, Flame, MapPin } from "lucide-react"; export default function AboutPage() { @@ -26,16 +26,13 @@ export default function AboutPage() { @@ -48,7 +45,7 @@ export default function AboutPage() { description="Founded by Bagner & Alexa" subdescription="Greensboro's Heart & Soul" icon={ChefHat} - imageSrc="http://img.b2bpic.net/free-photo/woman-looking-through-menu-restaurant_23-2150520059.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/woman-looking-through-menu-restaurant_23-2150520059.jpg" imageAlt="Warm, welcoming restaurant interior with family breakfast atmosphere" mediaAnimation="slide-up" useInvertedBackground={false} @@ -63,40 +60,20 @@ export default function AboutPage() { tagIcon={Flame} features={[ { - title: "Chicken & Waffles", - description: "Golden crispy chicken paired with fluffy waffles and maple syrup. A customer favorite.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancakes-with-kumquat-slices-plate-jam-orange-juice-cloth-black-background_141793-130558.jpg?_wi=3", - button: { - text: "Order Now", - href: "tel:(336)291-8345", - }, + title: "Chicken & Waffles", description: "Golden crispy chicken paired with fluffy waffles and maple syrup. A customer favorite.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancakes-with-kumquat-slices-plate-jam-orange-juice-cloth-black-background_141793-130558.jpg", button: { + text: "Order Now", href: "tel:(336)291-8345"}, }, { - title: "Chilaquiles", - description: "Authentic Mexican breakfast with crispy tortillas, eggs, cheese, and your choice of salsa.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-corn-chips-with-guacamole-chili_181624-61793.jpg?_wi=3", - button: { - text: "Order Now", - href: "tel:(336)291-8345", - }, + title: "Chilaquiles", description: "Authentic Mexican breakfast with crispy tortillas, eggs, cheese, and your choice of salsa.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-corn-chips-with-guacamole-chili_181624-61793.jpg", button: { + text: "Order Now", href: "tel:(336)291-8345"}, }, { - title: "Avocado Toast", - description: "Fresh avocado on artisanal toast with lemon, pepper, and a sunny-side egg.", - imageSrc: "http://img.b2bpic.net/free-photo/avocado-open-toast-with-avocado-slices-lemon-flax-seeds-sesame-seeds-black-bread-slices-top-view_2831-794.jpg?_wi=3", - button: { - text: "Order Now", - href: "tel:(336)291-8345", - }, + title: "Avocado Toast", description: "Fresh avocado on artisanal toast with lemon, pepper, and a sunny-side egg.", imageSrc: "http://img.b2bpic.net/free-photo/avocado-open-toast-with-avocado-slices-lemon-flax-seeds-sesame-seeds-black-bread-slices-top-view_2831-794.jpg", button: { + text: "Order Now", href: "tel:(336)291-8345"}, }, { - title: "French Toast", - description: "Thick-cut, fluffy French toast dusted with powdered sugar and fresh berries.", - imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-casserole-with-raisins-semolina_114579-8196.jpg?_wi=3", - button: { - text: "Order Now", - href: "tel:(336)291-8345", - }, + title: "French Toast", description: "Thick-cut, fluffy French toast dusted with powdered sugar and fresh berries.", imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-casserole-with-raisins-semolina_114579-8196.jpg", button: { + text: "Order Now", href: "tel:(336)291-8345"}, }, ]} gridVariant="two-columns-alternating-heights" @@ -115,21 +92,9 @@ export default function AboutPage() { tagIcon={MapPin} metrics={[ { - id: "hours", - value: "Mon-Sun", - title: "Open Daily", - description: "6:00 AM - 3:00 PM Every Day", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cake-slices-with-fruits-light-surface-pie-cake-fruits-sweet_140725-82028.jpg?_wi=3", - imageAlt: "Fresh breakfast plate", - }, + id: "hours", value: "Mon-Sun", title: "Open Daily", description: "6:00 AM - 3:00 PM Every Day", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cake-slices-with-fruits-light-surface-pie-cake-fruits-sweet_140725-82028.jpg", imageAlt: "Fresh breakfast plate"}, { - id: "location", - value: "1618", - title: "Spring Garden St", - description: "Greensboro, NC 27401", - imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-through-menu-restaurant_23-2150520059.jpg?_wi=4", - imageAlt: "Restaurant interior", - }, + id: "location", value: "1618", title: "Spring Garden St", description: "Greensboro, NC 27401", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-through-menu-restaurant_23-2150520059.jpg", imageAlt: "Restaurant interior"}, ]} animationType="slide-up" textboxLayout="default" @@ -142,13 +107,9 @@ export default function AboutPage() { diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 864f078..37c4fe8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,12 +1,12 @@ "use client"; -import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import Link from "next/link"; import { Heart, ChefHat, Star } from "lucide-react"; export default function ContactPage() { @@ -26,16 +26,13 @@ export default function ContactPage() { @@ -48,7 +45,7 @@ export default function ContactPage() { description="Trusted by the community" subdescription="For authentic, quality meals" icon={ChefHat} - imageSrc="http://img.b2bpic.net/free-photo/woman-looking-through-menu-restaurant_23-2150520059.jpg?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/woman-looking-through-menu-restaurant_23-2150520059.jpg" imageAlt="Warm, welcoming restaurant interior with family breakfast atmosphere" mediaAnimation="slide-up" useInvertedBackground={false} @@ -63,32 +60,14 @@ export default function ContactPage() { tagIcon={Star} testimonials={[ { - id: "1", - name: "Sarah Johnson", - handle: "@sarahj_greensboro", - testimonial: "Best breakfast in Greensboro! The chicken and waffles are absolutely incredible. Friendly staff and always fresh.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13345.jpg?_wi=3", - imageAlt: "Sarah Johnson", - }, + id: "1", name: "Sarah Johnson", handle: "@sarahj_greensboro", testimonial: "Best breakfast in Greensboro! The chicken and waffles are absolutely incredible. Friendly staff and always fresh.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13345.jpg", imageAlt: "Sarah Johnson"}, { - id: "2", - name: "Michael Chen", - handle: "@mikechen_foodie", - testimonial: "The chilaquiles taste like my abuela used to make. Authentic, delicious, and affordable. Worth the visit!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg?_wi=3", - imageAlt: "Michael Chen", - }, + id: "2", name: "Michael Chen", handle: "@mikechen_foodie", testimonial: "The chilaquiles taste like my abuela used to make. Authentic, delicious, and affordable. Worth the visit!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg", imageAlt: "Michael Chen"}, { - id: "3", - name: "Emily Rodriguez", - handle: "@emily_loves_breakfast", - testimonial: "Quick service, amazing food, and they remember your order. This is a true local gem.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-video-call-decorated-kitchen-home_482257-16862.jpg?_wi=3", - imageAlt: "Emily Rodriguez", - }, + id: "3", name: "Emily Rodriguez", handle: "@emily_loves_breakfast", testimonial: "Quick service, amazing food, and they remember your order. This is a true local gem.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-video-call-decorated-kitchen-home_482257-16862.jpg", imageAlt: "Emily Rodriguez"}, ]} showRating={true} animationType="slide-up" @@ -104,17 +83,12 @@ export default function ContactPage() { animationType="entrance-slide" buttons={[ { - text: "Call to Order", - href: "tel:(336)291-8345", - }, + text: "Call to Order", href: "tel:(336)291-8345"}, { - text: "Catering Inquiry", - href: "mailto:catering@bagnerandalexas.com", - }, + text: "Catering Inquiry", href: "mailto:catering@bagnerandalexas.com"}, ]} background={{ - variant: "circleGradient", - }} + variant: "circleGradient"}} useInvertedBackground={false} /> @@ -123,13 +97,9 @@ export default function ContactPage() { diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 683ce56..37654f4 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -27,15 +27,12 @@ export default function MenuPage() { @@ -48,40 +45,20 @@ export default function MenuPage() { tagIcon={Flame} features={[ { - title: "Chicken & Waffles", - description: "Golden crispy chicken paired with fluffy waffles and maple syrup. A customer favorite.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancakes-with-kumquat-slices-plate-jam-orange-juice-cloth-black-background_141793-130558.jpg?_wi=2", - button: { - text: "Order Now", - href: "tel:(336)291-8345", - }, + title: "Chicken & Waffles", description: "Golden crispy chicken paired with fluffy waffles and maple syrup. A customer favorite.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancakes-with-kumquat-slices-plate-jam-orange-juice-cloth-black-background_141793-130558.jpg", button: { + text: "Order Now", href: "tel:(336)291-8345"}, }, { - title: "Chilaquiles", - description: "Authentic Mexican breakfast with crispy tortillas, eggs, cheese, and your choice of salsa.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-corn-chips-with-guacamole-chili_181624-61793.jpg?_wi=2", - button: { - text: "Order Now", - href: "tel:(336)291-8345", - }, + title: "Chilaquiles", description: "Authentic Mexican breakfast with crispy tortillas, eggs, cheese, and your choice of salsa.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-corn-chips-with-guacamole-chili_181624-61793.jpg", button: { + text: "Order Now", href: "tel:(336)291-8345"}, }, { - title: "Avocado Toast", - description: "Fresh avocado on artisanal toast with lemon, pepper, and a sunny-side egg.", - imageSrc: "http://img.b2bpic.net/free-photo/avocado-open-toast-with-avocado-slices-lemon-flax-seeds-sesame-seeds-black-bread-slices-top-view_2831-794.jpg?_wi=2", - button: { - text: "Order Now", - href: "tel:(336)291-8345", - }, + title: "Avocado Toast", description: "Fresh avocado on artisanal toast with lemon, pepper, and a sunny-side egg.", imageSrc: "http://img.b2bpic.net/free-photo/avocado-open-toast-with-avocado-slices-lemon-flax-seeds-sesame-seeds-black-bread-slices-top-view_2831-794.jpg", button: { + text: "Order Now", href: "tel:(336)291-8345"}, }, { - title: "French Toast", - description: "Thick-cut, fluffy French toast dusted with powdered sugar and fresh berries.", - imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-casserole-with-raisins-semolina_114579-8196.jpg?_wi=2", - button: { - text: "Order Now", - href: "tel:(336)291-8345", - }, + title: "French Toast", description: "Thick-cut, fluffy French toast dusted with powdered sugar and fresh berries.", imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-casserole-with-raisins-semolina_114579-8196.jpg", button: { + text: "Order Now", href: "tel:(336)291-8345"}, }, ]} gridVariant="two-columns-alternating-heights" @@ -100,32 +77,14 @@ export default function MenuPage() { tagIcon={Star} testimonials={[ { - id: "1", - name: "Sarah Johnson", - handle: "@sarahj_greensboro", - testimonial: "Best breakfast in Greensboro! The chicken and waffles are absolutely incredible. Friendly staff and always fresh.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13345.jpg?_wi=2", - imageAlt: "happy smiling customer portrait professional photo", - }, + id: "1", name: "Sarah Johnson", handle: "@sarahj_greensboro", testimonial: "Best breakfast in Greensboro! The chicken and waffles are absolutely incredible. Friendly staff and always fresh.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13345.jpg", imageAlt: "happy smiling customer portrait professional photo"}, { - id: "2", - name: "Michael Chen", - handle: "@mikechen_foodie", - testimonial: "The chilaquiles taste like my abuela used to make. Authentic, delicious, and affordable. Worth the visit!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg?_wi=2", - imageAlt: "diverse customer smiling portrait photo", - }, + id: "2", name: "Michael Chen", handle: "@mikechen_foodie", testimonial: "The chilaquiles taste like my abuela used to make. Authentic, delicious, and affordable. Worth the visit!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg", imageAlt: "diverse customer smiling portrait photo"}, { - id: "3", - name: "Emily Rodriguez", - handle: "@emily_loves_breakfast", - testimonial: "Quick service, amazing food, and they remember your order. This is a true local gem.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-video-call-decorated-kitchen-home_482257-16862.jpg?_wi=2", - imageAlt: "customer satisfied portrait photograph headshot", - }, + id: "3", name: "Emily Rodriguez", handle: "@emily_loves_breakfast", testimonial: "Quick service, amazing food, and they remember your order. This is a true local gem.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-video-call-decorated-kitchen-home_482257-16862.jpg", imageAlt: "customer satisfied portrait photograph headshot"}, ]} showRating={true} animationType="slide-up" @@ -141,17 +100,12 @@ export default function MenuPage() { animationType="entrance-slide" buttons={[ { - text: "Call to Order", - href: "tel:(336)291-8345", - }, + text: "Call to Order", href: "tel:(336)291-8345"}, { - text: "Back to Home", - href: "/", - }, + text: "Back to Home", href: "/"}, ]} background={{ - variant: "circleGradient", - }} + variant: "circleGradient"}} useInvertedBackground={false} /> @@ -160,13 +114,9 @@ export default function MenuPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b734ac..e141a3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,16 +29,13 @@ export default function HomePage() { @@ -49,18 +46,13 @@ export default function HomePage() { description="Greensboro's favorite breakfast and lunch spot. Fresh classics and Hispanic favorites served daily. 4.8★ rated by 500+ happy customers." buttons={[ { - text: "Call (336) 291-8345", - href: "tel:(336)291-8345", - }, + text: "Call (336) 291-8345", href: "tel:(336)291-8345"}, { - text: "View Menu", - href: "/menu", - }, + text: "View Menu", href: "/menu"}, ]} background={{ - variant: "circleGradient", - }} - imageSrc="http://img.b2bpic.net/free-photo/front-view-yummy-cake-slices-with-fruits-light-surface-pie-cake-fruits-sweet_140725-82028.jpg?_wi=1" + variant: "circleGradient"}} + imageSrc="http://img.b2bpic.net/free-photo/front-view-yummy-cake-slices-with-fruits-light-surface-pie-cake-fruits-sweet_140725-82028.jpg" imageAlt="Beautiful breakfast plate with eggs, waffles, and fresh ingredients" frameStyle="card" mediaAnimation="slide-up" @@ -76,7 +68,7 @@ export default function HomePage() { description="Founded by Bagner & Alexa" subdescription="Greensboro's Heart & Soul" icon={ChefHat} - imageSrc="http://img.b2bpic.net/free-photo/woman-looking-through-menu-restaurant_23-2150520059.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/woman-looking-through-menu-restaurant_23-2150520059.jpg" imageAlt="Warm, welcoming restaurant interior with family breakfast atmosphere" mediaAnimation="slide-up" useInvertedBackground={false} @@ -91,40 +83,20 @@ export default function HomePage() { tagIcon={Flame} features={[ { - title: "Chicken & Waffles", - description: "Golden crispy chicken paired with fluffy waffles and maple syrup. A customer favorite.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancakes-with-kumquat-slices-plate-jam-orange-juice-cloth-black-background_141793-130558.jpg?_wi=1", - button: { - text: "Order Now", - href: "tel:(336)291-8345", - }, + title: "Chicken & Waffles", description: "Golden crispy chicken paired with fluffy waffles and maple syrup. A customer favorite.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancakes-with-kumquat-slices-plate-jam-orange-juice-cloth-black-background_141793-130558.jpg", button: { + text: "Order Now", href: "tel:(336)291-8345"}, }, { - title: "Chilaquiles", - description: "Authentic Mexican breakfast with crispy tortillas, eggs, cheese, and your choice of salsa.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-corn-chips-with-guacamole-chili_181624-61793.jpg?_wi=1", - button: { - text: "Order Now", - href: "tel:(336)291-8345", - }, + title: "Chilaquiles", description: "Authentic Mexican breakfast with crispy tortillas, eggs, cheese, and your choice of salsa.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-corn-chips-with-guacamole-chili_181624-61793.jpg", button: { + text: "Order Now", href: "tel:(336)291-8345"}, }, { - title: "Avocado Toast", - description: "Fresh avocado on artisanal toast with lemon, pepper, and a sunny-side egg.", - imageSrc: "http://img.b2bpic.net/free-photo/avocado-open-toast-with-avocado-slices-lemon-flax-seeds-sesame-seeds-black-bread-slices-top-view_2831-794.jpg?_wi=1", - button: { - text: "Order Now", - href: "tel:(336)291-8345", - }, + title: "Avocado Toast", description: "Fresh avocado on artisanal toast with lemon, pepper, and a sunny-side egg.", imageSrc: "http://img.b2bpic.net/free-photo/avocado-open-toast-with-avocado-slices-lemon-flax-seeds-sesame-seeds-black-bread-slices-top-view_2831-794.jpg", button: { + text: "Order Now", href: "tel:(336)291-8345"}, }, { - title: "French Toast", - description: "Thick-cut, fluffy French toast dusted with powdered sugar and fresh berries.", - imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-casserole-with-raisins-semolina_114579-8196.jpg?_wi=1", - button: { - text: "Order Now", - href: "tel:(336)291-8345", - }, + title: "French Toast", description: "Thick-cut, fluffy French toast dusted with powdered sugar and fresh berries.", imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-casserole-with-raisins-semolina_114579-8196.jpg", button: { + text: "Order Now", href: "tel:(336)291-8345"}, }, ]} gridVariant="two-columns-alternating-heights" @@ -143,50 +115,20 @@ export default function HomePage() { tagIcon={Star} testimonials={[ { - id: "1", - name: "Sarah Johnson", - handle: "@sarahj_greensboro", - testimonial: "Best breakfast in Greensboro! The chicken and waffles are absolutely incredible. Friendly staff and always fresh.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13345.jpg?_wi=1", - imageAlt: "happy smiling customer portrait professional photo", - }, + id: "1", name: "Sarah Johnson", handle: "@sarahj_greensboro", testimonial: "Best breakfast in Greensboro! The chicken and waffles are absolutely incredible. Friendly staff and always fresh.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13345.jpg", imageAlt: "happy smiling customer portrait professional photo"}, { - id: "2", - name: "Michael Chen", - handle: "@mikechen_foodie", - testimonial: "The chilaquiles taste like my abuela used to make. Authentic, delicious, and affordable. Worth the visit!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg?_wi=1", - imageAlt: "diverse customer smiling portrait photo", - }, + id: "2", name: "Michael Chen", handle: "@mikechen_foodie", testimonial: "The chilaquiles taste like my abuela used to make. Authentic, delicious, and affordable. Worth the visit!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg", imageAlt: "diverse customer smiling portrait photo"}, { - id: "3", - name: "Emily Rodriguez", - handle: "@emily_loves_breakfast", - testimonial: "Quick service, amazing food, and they remember your order. This is a true local gem.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-video-call-decorated-kitchen-home_482257-16862.jpg?_wi=1", - imageAlt: "customer satisfied portrait photograph headshot", - }, + id: "3", name: "Emily Rodriguez", handle: "@emily_loves_breakfast", testimonial: "Quick service, amazing food, and they remember your order. This is a true local gem.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-video-call-decorated-kitchen-home_482257-16862.jpg", imageAlt: "customer satisfied portrait photograph headshot"}, { - id: "4", - name: "David Kim", - handle: "@david.kim.photography", - testimonial: "My go-to spot before work. Consistent quality, great portions, and it never takes too long.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", - imageAlt: "smiling customer portrait professional headshot", - }, + id: "4", name: "David Kim", handle: "@david.kim.photography", testimonial: "My go-to spot before work. Consistent quality, great portions, and it never takes too long.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", imageAlt: "smiling customer portrait professional headshot"}, { - id: "5", - name: "Jessica Williams", - handle: "@jess_brunch_adventures", - testimonial: "Brought family from out of town and they loved it. Can't wait to come back!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man-listening-music_23-2148763848.jpg", - imageAlt: "customer portrait happy smiling professional", - }, + id: "5", name: "Jessica Williams", handle: "@jess_brunch_adventures", testimonial: "Brought family from out of town and they loved it. Can't wait to come back!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man-listening-music_23-2148763848.jpg", imageAlt: "customer portrait happy smiling professional"}, ]} showRating={true} animationType="slide-up" @@ -204,21 +146,9 @@ export default function HomePage() { tagIcon={MapPin} metrics={[ { - id: "hours", - value: "Mon-Sun", - title: "Open Daily", - description: "6:00 AM - 3:00 PM Every Day", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cake-slices-with-fruits-light-surface-pie-cake-fruits-sweet_140725-82028.jpg?_wi=2", - imageAlt: "Beautiful breakfast plate", - }, + id: "hours", value: "Mon-Sun", title: "Open Daily", description: "6:00 AM - 3:00 PM Every Day", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cake-slices-with-fruits-light-surface-pie-cake-fruits-sweet_140725-82028.jpg", imageAlt: "Beautiful breakfast plate"}, { - id: "location", - value: "1618", - title: "Spring Garden St", - description: "Greensboro, NC 27401", - imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-through-menu-restaurant_23-2150520059.jpg?_wi=2", - imageAlt: "Warm restaurant interior", - }, + id: "location", value: "1618", title: "Spring Garden St", description: "Greensboro, NC 27401", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-through-menu-restaurant_23-2150520059.jpg", imageAlt: "Warm restaurant interior"}, ]} animationType="slide-up" textboxLayout="default" @@ -233,17 +163,12 @@ export default function HomePage() { animationType="entrance-slide" buttons={[ { - text: "Call to Order", - href: "tel:(336)291-8345", - }, + text: "Call to Order", href: "tel:(336)291-8345"}, { - text: "Catering Inquiry", - href: "/menu", - }, + text: "Catering Inquiry", href: "/menu"}, ]} background={{ - variant: "circleGradient", - }} + variant: "circleGradient"}} useInvertedBackground={false} /> @@ -252,13 +177,9 @@ export default function HomePage() {