From 95e9592ffaf841e85b66ef2ee1d0b441667a9dd2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 14:59:30 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 332 +++++++++++++---------------------------------- 1 file changed, 93 insertions(+), 239 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22dbe9b..0543c0f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,308 +2,162 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { CheckCircle, Shield, Zap } from "lucide-react"; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import { CheckCircle, Shield, Zap, ShoppingBag, MapPin, Mail, Phone } from "lucide-react"; export default function LandingPage() { return (
-
-
-
-
-
-
-
-
-- 2.49.1 From 9254051efd4e67d58f505817c6fc38df8a0a2c9c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 15:01:35 +0000 Subject: [PATCH 2/3] 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 0543c0f..8cc1eaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { CheckCircle, Shield, Zap, ShoppingBag, MapPin, Mail, Phone } from "lucide-react"; +import { CheckCircle, Shield, Zap, ShoppingBag, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -96,6 +96,7 @@ export default function LandingPage() {
Date: Thu, 16 Apr 2026 15:03:35 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8cc1eaf..cba56b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { description="We blend traditional reliability with modern convenience to serve your everyday needs." subdescription="Our commitment is to source the best local products for our community." icon={ShoppingBag} - imageSrc="http://img.b2bpic.net/free-photo/vendor-talking-customer-counter_482257-76117.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vendor-talking-customer-counter_482257-76117.jpg?_wi=1" useInvertedBackground={true} />
@@ -72,7 +72,7 @@ export default function LandingPage() { textboxLayout="default" products={[ { id: "1", brand: "Organic", name: "Fresh Apples", price: "$4.99", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/oranges-green-red-apples_1339-4563.jpg" }, - { id: "2", brand: "Premium", name: "Olive Oil", price: "$14.99", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/healthy-product-olive-oil_23-2151944007.jpg" } + { id: "2", brand: "Premium", name: "Olive Oil", price: "$14.99", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/healthy-product-olive-oil_23-2151944007.jpg?_wi=1" } ]} useInvertedBackground={false} /> @@ -135,7 +135,7 @@ export default function LandingPage() { faqsAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/vendor-talking-customer-counter_482257-76117.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vendor-talking-customer-counter_482257-76117.jpg?_wi=2" /> @@ -160,7 +160,7 @@ export default function LandingPage() { { title: "Shop", items: [{ label: "Catalog", href: "#products" }] }, { title: "Support", items: [{ label: "FAQ", href: "#faq" }] } ]} - imageSrc="http://img.b2bpic.net/free-photo/healthy-product-olive-oil_23-2151944007.jpg" + imageSrc="http://img.b2bpic.net/free-photo/healthy-product-olive-oil_23-2151944007.jpg?_wi=2" /> -- 2.49.1