From 1638dacd18f2b51ebd2cd8b205ddac33cf30ef92 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 13:14:04 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8c0f9c2..c0bcdf8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -19,8 +19,8 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: 'Sakura Steakhouse: Authentic Japanese Wagyu & Sushi', - description: 'Experience the pinnacle of Japanese culinary artistry at Sakura Steakhouse. Indulge in premium Wagyu, fresh sushi, and an exquisite dining atmosphere.', + title: 'Shuman\'s - Your Local Homewood Hub in Pittsburgh', + description: 'Serving the Pittsburgh community of Homewood with quality products and dedicated services. Discover Shuman\'s commitment to excellence.', }; export default function RootLayout({ -- 2.49.1 From cda4ab5307e6a7ac901b680f0008f1525961e313 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 13:14:04 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 270 +++++++++++++++-------------------------------- 1 file changed, 88 insertions(+), 182 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 45e015d..4dc6fb1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,17 +1,17 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import { Flame, ChefHat, Sparkles, Calendar, Linkedin, Globe } from 'lucide-react'; +import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; +import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; +import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; +import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; +import TeamCardTwo from "@/components/sections/team/TeamCardTwo"; +import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; +import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; +import FooterBase from "@/components/sections/footer/FooterBase"; +import { Flame, Sparkles, Home, MapPin, Linkedin, Globe } from "lucide-react"; export default function LandingPage() { return ( @@ -29,54 +29,45 @@ export default function LandingPage() { >
@@ -84,16 +75,16 @@ export default function LandingPage() {