diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 23b159e..0f08e0a 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -18,9 +18,7 @@ export default function GalleryPage() { ]; const navButton = { - text: "Book a Cut", - href: "contact", - }; + text: "Book a Cut", href: "contact"}; return ( @@ -115,17 +93,12 @@ export default function GalleryPage() { animationType="entrance-slide" buttons={[ { - text: "Call (559) 596-9222", - href: "tel:+15595969222", - }, + text: "Call (559) 596-9222", href: "tel:+15595969222"}, { - text: "Visit Us", - href: "#footer", - }, + text: "Visit Us", href: "#footer"}, ]} background={{ - variant: "grid", - }} + variant: "plain"}} useInvertedBackground={false} /> @@ -137,19 +110,13 @@ export default function GalleryPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com", - ariaLabel: "Facebook", - }, + href: "https://facebook.com", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com", - ariaLabel: "Instagram", - }, + href: "https://instagram.com", ariaLabel: "Instagram"}, { icon: Phone, - href: "tel:+15595969222", - ariaLabel: "Call Us", - }, + href: "tel:+15595969222", ariaLabel: "Call Us"}, ]} />