From c382db50cd501fb883f6fa0d3b4d9c8ba5bc74e7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 21:59:49 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e1ca0f6..974bca7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -46,7 +46,7 @@ export default function AboutPage() { tag="OUR STORY" tagIcon={Heart} tagAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/seafood-plate-with-shrimps-mussels-served-with-lemon_140725-8800.jpg" + imageSrc="http://img.b2bpic.net/free-photo/seafood-plate-with-shrimps-mussels-served-with-lemon_140725-8800.jpg?_wi=3" imageAlt="Our fresh seafood and chicken" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -111,7 +111,7 @@ export default function AboutPage() { testimonial: "Fresh food and generous portions every time. The fried shrimp is absolutely incredible!", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-cute-barista-girl_23-2148436110.jpg", + "http://img.b2bpic.net/free-photo/portrait-cute-barista-girl_23-2148436110.jpg?_wi=3", imageAlt: "Marcus Thompson", }, { @@ -121,7 +121,7 @@ export default function AboutPage() { testimonial: "Great seafood and chicken combo spot in Conyers. Best place for a quick meal!", imageSrc: - "http://img.b2bpic.net/free-photo/man-eating-food-restaurant_23-2150520072.jpg", + "http://img.b2bpic.net/free-photo/man-eating-food-restaurant_23-2150520072.jpg?_wi=3", imageAlt: "Sarah Johnson", }, { @@ -131,7 +131,7 @@ export default function AboutPage() { testimonial: "Fast service and the food is always hot. This is my go-to spot every weekend.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-smiley-man-woman-table_23-2148899034.jpg", + "http://img.b2bpic.net/free-photo/close-up-smiley-man-woman-table_23-2148899034.jpg?_wi=3", imageAlt: "David Martinez", }, { @@ -141,7 +141,7 @@ export default function AboutPage() { testimonial: "Amazing fried chicken and seafood! The family combo meals are perfect for dinner.", imageSrc: - "http://img.b2bpic.net/free-photo/laughing-couple-sitting-with-tablets-cafe_23-2147826802.jpg", + "http://img.b2bpic.net/free-photo/laughing-couple-sitting-with-tablets-cafe_23-2147826802.jpg?_wi=2", imageAlt: "Emma Wilson", }, ]} -- 2.49.1 From 8f3cae589824bc655923e7cffaa3f80e60231338 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 21:59:49 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8a4190a..6686472 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -45,7 +45,7 @@ export default function ContactPage() { tag="LOCATION" tagIcon={MapPin} tagAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/back-view-curly-woman-checking-map_23-2148631352.jpg" + imageSrc="http://img.b2bpic.net/free-photo/back-view-curly-woman-checking-map_23-2148631352.jpg?_wi=2" imageAlt="Our location in Conyers, GA" mediaAnimation="opacity" metricsAnimation="slide-up" -- 2.49.1 From 33b8ec6000c255c7c985af2290f984f7041195a0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 21:59:49 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 49 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 41 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index da5b4f2..8681721 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,55 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Raleway } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Raleway } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const raleway = Raleway({ variable: "--font-raleway", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Ocean Seafood & Chicken - Fresh Fried Seafood & Chicken in Conyers, GA", + description: "Fresh fried seafood, crispy chicken, combos, dinners, wings, and more in Conyers, GA. Hot, fresh food with generous portions. Order online today!", + keywords: "fried seafood, fried chicken, restaurant Conyers GA, seafood combos, chicken dinners, wings, takeout, delivery", + openGraph: { + title: "Ocean Seafood & Chicken - Fresh Seafood & Fried Chicken", + description: "Fresh fried seafood, crispy chicken, combos, dinners, wings, and more in Conyers, GA. Hot food with generous portions.", + url: "https://oceanseafoodconyers.com", + siteName: "Ocean Seafood & Chicken", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/dipping-crispy-snack-sticks-into-white-creamy-sauce_114579-3692.jpg", + alt: "Fresh fried seafood and chicken", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Ocean Seafood & Chicken - Fresh Seafood & Fried Chicken", + description: "Fresh fried seafood, crispy chicken, combos, dinners, wings, and more in Conyers, GA.", + images: [ + "http://img.b2bpic.net/free-photo/dipping-crispy-snack-sticks-into-white-creamy-sauce_114579-3692.jpg", + ], + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +58,9 @@ export default function RootLayout({ return ( - + {children}