From 189adf386563b79d9d5294c653d2838eb71ab169 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Tue, 23 Dec 2025 15:20:38 +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 3d06766..1200e78 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1260,4 +1260,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 439f7fec683689d1fb442af972947b7693987832 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Tue, 23 Dec 2025 15:20:39 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec9488b..c61d546 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -10,6 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import BlogCardFive from '@/components/sections/blog/BlogCardFive'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import TestimonialCardFour from '@/components/sections/testimonial/TestimonialCardFour'; import FooterBase from '@/components/sections/footer/FooterBase'; export default function StarWarsPage() { @@ -192,6 +193,42 @@ export default function StarWarsPage() { /> +
+ +
+