2 Commits

Author SHA1 Message Date
91a128d07c Update src/app/page.tsx 2026-04-19 15:16:03 +00:00
9d48dce859 Merge version_2 into main
Merge version_2 into main
2026-04-19 15:14:43 +00:00

View File

@@ -36,8 +36,6 @@ export default function LandingPage() {
name: "Home", id: "hero"},
{
name: "Services", id: "features"},
{
name: "Vendors", id: "products"},
{
name: "Reviews", id: "testimonials"},
{
@@ -52,8 +50,6 @@ export default function LandingPage() {
title="Your Trusted Marketplace for Quality Local Services"
description="Connecting you with verified professional companies for home, health, and more in the US and UK. Seamless booking, real reviews, and guaranteed satisfaction."
buttons={[
{
text: "Browse Vendors", href: "#products"},
{
text: "Sign In", href: "/signin"},
]}
@@ -130,31 +126,6 @@ export default function LandingPage() {
/>
</div>
<div id="products" data-section="products">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "v1", name: "London Dental Care", price: "TBD", imageSrc: "http://img.b2bpic.net/free-photo/giant-glass-bulding_1203-811.jpg"},
{
id: "v2", name: "Pro Plumbers UK", price: "$80/hr", imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-windows_23-2147773331.jpg"},
{
id: "v3", name: "Green Thumb Landscaping", price: "$120/job", imageSrc: "http://img.b2bpic.net/free-photo/close-up-strong-man-gloves-cutting-leaves-his-garden-farmer-spending-summer-morning-working-garden-near-countryside-house_176420-19902.jpg"},
{
id: "v4", name: "Family Dental Group", price: "TBD", imageSrc: "http://img.b2bpic.net/free-photo/lady-receptionist-working-hospital-reception-desk-help-patients-with-medical-appointment-healthcare-employee-waiting-room-lobby-checkup-visit-report-with-medication_482257-47699.jpg"},
{
id: "v5", name: "Premier Roofing", price: "$250/quote", imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937901.jpg"},
{
id: "v6", name: "Apex Electrical", price: "$90/hr", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67983.jpg"},
]}
title="Top-Rated Service Providers"
description="Book a top-rated company in your area today."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={false}
@@ -215,8 +186,6 @@ export default function LandingPage() {
title: "Marketplace", items: [
{
label: "About", href: "#"},
{
label: "Vendors", href: "#products"},
{
label: "Categories", href: "#categories"},
],
@@ -245,4 +214,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}