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"},
],
},
]}