From f97a9cf7cd53f0006aabf225dfcb7a46b63bbd94 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 08:30:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 168 +++++++++++------------------------------------ 1 file changed, 37 insertions(+), 131 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d327d5..9ec68db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; export default function LandingPage() { @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,21 +45,16 @@ export default function LandingPage() {
@@ -77,45 +64,29 @@ export default function LandingPage() { useInvertedBackground={false} title="I build fast, beautiful and premium websites for busy US business owners" description="No endless meetings. No monthly hidden fees. Just a high-performing, custom-coded asset delivered directly to you in 24 hours. Client will purchase and connect their own domain." - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWLtN3GvweibuOMTq4udfQngHQ/professional-minimalist-high-tech-dashbo-1774600187018-9fe61573.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWLtN3GvweibuOMTq4udfQngHQ/professional-minimalist-high-tech-dashbo-1774600187018-9fe61573.png" />
-
@@ -245,29 +161,19 @@ export default function LandingPage() { logoText="Designer Pro" columns={[ { - title: "Links", - items: [ + title: "Links", items: [ { - label: "Hero", - href: "#hero", - }, + label: "Hero", href: "#hero"}, { - label: "Portfolio", - href: "#portfolio", - }, + label: "Portfolio", href: "#portfolio"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Email", - href: "mailto:anmolwebdesigner@gmail.com", - }, + label: "Email", href: "mailto:anmolwebdesigner@gmail.com"}, { - label: "Book Now", - href: "https://calendly.com", - }, + label: "Book Now", href: "https://calendly.com"}, ], }, ]} -- 2.49.1