From 42e085d57a32877d822eefe1ee09e748de1e13b4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 08:32:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b068065..8064a8c 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 ProductCardTwo from '@/components/ecommerce/productCatalog/ProductCatalog'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; export default function LandingPage() { @@ -68,10 +68,10 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { id: "1", name: "Modern Cafe Website", price: "Delivered in 24h", rating: 5, reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWLtN3GvweibuOMTq4udfQngHQ/beautiful-modern-website-landing-page-fo-1774600187243-668efbf7.png" }, - { id: "2", name: "Dentist Clinic Portal", price: "Delivered in 24h", rating: 5, reviewCount: "15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWLtN3GvweibuOMTq4udfQngHQ/professional-clean-website-landing-page--1774600188245-9ccd6716.png" }, - { id: "3", name: "Plumbing Contractor Site", price: "Delivered in 24h", rating: 5, reviewCount: "8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWLtN3GvweibuOMTq4udfQngHQ/bold-professional-website-landing-page-f-1774600189678-216c4650.png" }, - { id: "4", name: "Local Gym Landing", price: "Delivered in 24h", rating: 5, reviewCount: "20", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWLtN3GvweibuOMTq4udfQngHQ/high-energy-fitness-gym-website-landing--1774600192067-cf98fcbd.jpg" }, + { id: "1", brand: "Cafe", name: "Modern Cafe Website", price: "Delivered in 24h", rating: 5, reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWLtN3GvweibuOMTq4udfQngHQ/beautiful-modern-website-landing-page-fo-1774600187243-668efbf7.png" }, + { id: "2", brand: "Clinic", name: "Dentist Clinic Portal", price: "Delivered in 24h", rating: 5, reviewCount: "15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWLtN3GvweibuOMTq4udfQngHQ/professional-clean-website-landing-page--1774600188245-9ccd6716.png" }, + { id: "3", brand: "Contractor", name: "Plumbing Contractor Site", price: "Delivered in 24h", rating: 5, reviewCount: "8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWLtN3GvweibuOMTq4udfQngHQ/bold-professional-website-landing-page-f-1774600189678-216c4650.png" }, + { id: "4", brand: "Gym", name: "Local Gym Landing", price: "Delivered in 24h", rating: 5, reviewCount: "20", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWLtN3GvweibuOMTq4udfQngHQ/high-energy-fitness-gym-website-landing--1774600192067-cf98fcbd.jpg" }, ]} title="Recent Work" description="Premium sites built in under 1 hour of dev time, delivered in 24."