From d193b2f0186fbe0be8e7a38c68c8a9c02ddb30f4 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 12 Jan 2026 15:19:25 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1153e86..47d18ac 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1262,4 +1262,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From da95056a703322f72eda1e0c829ccf573fdd5c88 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 12 Jan 2026 15:19:26 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e71f63..3e04b4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,6 +85,9 @@ export default function DogHubPage() { }, { title: "German Shepherd", description: "Intelligent, courageous, and confident. Highly trainable and known for their protective instincts.", imageSrc: "https://img.b2bpic.net/free-photo/retriver_658691-636.jpg", imageAlt: "German shepherd dog intelligent protective" + }, + { + title: "French Bulldog", description: "Compact, muscular, and affectionate. Adaptable companions perfect for apartment living.", imageSrc: "https://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg", imageAlt: "French bulldog playful compact" } ]} gridVariant="uniform-all-items-equal" @@ -223,4 +226,4 @@ export default function DogHubPage() { ); -} \ No newline at end of file +} -- 2.49.1