From 591ce2ccbf0493a4accdf6326ac4bff1b317071b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 10:39:01 +0000 Subject: [PATCH 1/8] 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 9466c19..a215dc5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -90,7 +90,7 @@ export default function AboutPage() { author: "Since Day One", description: "Jollibee was founded with a simple mission: to bring joy to every family through delicious, affordable fast food. What started as a single store has grown into a nationwide chain serving millions of happy customers.", tags: ["Family Values", "Quality Service"], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-home_23-2148625995.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-home_23-2148625995.jpg?_wi=2", imageAlt: "happy customer smiling portrait", }, { @@ -99,7 +99,7 @@ export default function AboutPage() { author: "Quality First", description: "Every meal at Jollibee is prepared with the finest ingredients and served with genuine care. We believe that food brings people together, and that's why we're committed to making every visit memorable.", tags: ["Fresh Ingredients", "Excellence"], - imageSrc: "http://img.b2bpic.net/free-photo/father-bringing-turkey-with-salad-dressing-long-view_23-2148314926.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/father-bringing-turkey-with-salad-dressing-long-view_23-2148314926.jpg?_wi=2", imageAlt: "happy family eating together portrait", }, ]} @@ -129,21 +129,21 @@ export default function AboutPage() { name: "Maria Santos", role: "Happy Customer", testimonial: "The chicken is absolutely crispy and delicious! My family visits Jollibee every weekend. The service is fast and friendly.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-home_23-2148625995.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-home_23-2148625995.jpg?_wi=3", }, { id: "testimonial-2", name: "Juan Dela Cruz", role: "Regular Customer", testimonial: "Best value for money! The family meals are perfect and everyone in our family loves something different on the menu.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-young-man-red-blouse-holding-orders-making-smile-gesture-white-background_179666-36051.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-young-man-red-blouse-holding-orders-making-smile-gesture-white-background_179666-36051.jpg?_wi=2", }, { id: "testimonial-3", name: "Rosa Garcia", role: "Frequent Visitor", testimonial: "The spaghetti here is unique and flavorful. It's become our go-to place for quick meals after work. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-decided-dine-roadside-cafe-eating-hamburger_613910-4895.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-decided-dine-roadside-cafe-eating-hamburger_613910-4895.jpg?_wi=2", }, ]} carouselMode="buttons" -- 2.49.1 From 5405296b11abb862ede89ec2f30f23fad7f0a95a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 10:39:02 +0000 Subject: [PATCH 2/8] 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 e3de9b6..2a0a8a0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -87,7 +87,7 @@ export default function ContactPage() { tagAnimation="blur-reveal" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-people-putting-hands-together_23-2149204765.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-people-putting-hands-together_23-2149204765.jpg?_wi=4" imageAlt="customer service representative" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1 From 31c6980945ee4735c3720a9bc245807b77ad604b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 10:39:02 +0000 Subject: [PATCH 3/8] Update src/app/layout.tsx --- src/app/layout.tsx | 43 +++++++++++++++++++++++++++++++------------ 1 file changed, 31 insertions(+), 12 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index edb6b42..9d1a126 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,27 +1,44 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Montserrat } 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 { Montserrat } 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 montserrat = Montserrat({ variable: "--font-montserrat", subsets: ["latin"], }); -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); + +export const metadata: Metadata = { + title: "Jollibee - Joyful Meals for the Whole Family", + description: "Discover delicious fast food at Jollibee. Order fried chicken, burgers, spaghetti, and family meals. Find locations near you and order online today!", + keywords: "fast food, fried chicken, burgers, spaghetti, family meals, order online, restaurant", + openGraph: { + title: "Jollibee - Joyful Meals for the Whole Family", + description: "Experience the joy of delicious fast food. Order your favorite meals online and find locations near you.", + siteName: "Jollibee", + type: "website", + }, + twitter: { + card: "summary_large_image", + title: "Jollibee - Joyful Meals", + description: "Order delicious fast food online at Jollibee", + }, +}; export default function RootLayout({ children, @@ -31,7 +48,9 @@ export default function RootLayout({ return ( - + {children}