From d66418565e155faf9431ee6c1deb44914ab76f88 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 15:59:04 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index b0ee046..b8c718f 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -75,7 +75,6 @@ export default function BlogPage() { { title: "Company", items: [ { label: "About Us", href: "/#about" }, - { label: "FAQ", href: "/#faq" }, { label: "Contact", href: "/#contact" }, ], }, -- 2.49.1 From 166d0522b07ba29a8da61f3a88fcaa1115fea706 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 15:59:05 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 74cb2df..2043c58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import FaqBase from '@/components/sections/faq/FaqBase'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; @@ -111,26 +110,6 @@ export default function LandingPage() { /> -
- -
-
Date: Wed, 25 Feb 2026 15:59:05 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 4ad4e06..df741c7 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -235,7 +235,6 @@ function ProductPageContent({ params }: ProductPageProps) { { title: "Shop", items: [{ label: "Bouquets", href: "/shop" }, { label: "Arrangements", href: "/shop" }, { label: "Custom Orders", href: "/#contact" }] }, { title: "Company", items: [ { label: "About Us", href: "/#about" }, - { label: "FAQ", href: "/#faq" }, { label: "Contact", href: "/#contact" } ] }, { title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/angola_flowers" }, { label: "Facebook", href: "https://facebook.com/angola_flowers" }] } -- 2.49.1 From 4df2aeb8d3d621354886f9dba896d0214270bdff Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 15:59:06 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index c913415..fee9b3c 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -50,7 +50,7 @@ function ShopPageContent() {

Loading products...

-
+
@@ -105,7 +105,6 @@ function ShopPageContent() { { title: "Shop", items: [{ label: "Bouquets", href: "/shop" }, { label: "Arrangements", href: "/shop" }, { label: "Custom Orders", href: "/#contact" }] }, { title: "Company", items: [ { label: "About Us", href: "/#about" }, - { label: "FAQ", href: "/#faq" }, { label: "Contact", href: "/#contact" } ] }, { title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/angola_flowers" }, { label: "Facebook", href: "https://facebook.com/angola_flowers" }] } -- 2.49.1