From b4b911c59d3bc302a992f4fe9b2f9b0ea5221846 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 00:24:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 117 +++++++++++------------------------------------ 1 file changed, 27 insertions(+), 90 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f3511b..8f4fa85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Mail, Phone, MapPin, Globe } from "lucide-react"; +import { Mail, Phone, MapPin, Globe, Truck, Laptop, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -33,7 +33,7 @@ export default function LandingPage() { @@ -77,7 +66,7 @@ export default function LandingPage() { @@ -88,12 +77,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { id: "f1", title: "Service Excellence", tags: ["Reliable", "Fast"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-ballot_23-2148265570.jpg" }, - { id: "f2", title: "Efficient Logistics", tags: ["Secure", "Global"], imageSrc: "http://img.b2bpic.net/free-photo/delivery-icon-front-side-with-white-background_187299-39833.jpg" }, - { id: "f3", title: "Dedicated Support", tags: ["24/7", "Friendly"], imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-analyzing-performance-metrics-her-computer-workplace_482257-123828.jpg" }, + { id: "f1", title: "Tech Solutions", tags: ["Expertise", "Quality"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-ballot_23-2148265570.jpg" }, + { id: "f2", title: "Home Appliances", tags: ["Modern", "Reliable"], imageSrc: "http://img.b2bpic.net/free-photo/delivery-icon-front-side-with-white-background_187299-39833.jpg" }, + { id: "f3", title: "Nationwide Delivery", tags: ["Fast", "Tracked"], imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-analyzing-performance-metrics-her-computer-workplace_482257-123828.jpg" }, ]} - title="Our Core Pillars" - description="Built on a foundation of reliability, efficiency, and professional integrity." + title="Our Service Pillars" + description="Innovation, quality, and community support guide everything we do." /> @@ -104,74 +93,22 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", brand: "TM Services", name: "Premium Logistics", price: "Custom", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/view-process-making-pressed-coffee_23-2149709931.jpg" }, - { id: "p2", brand: "TM Services", name: "Coastal Development", price: "Custom", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/female-product-photographer-studio_23-2148970222.jpg" }, - { id: "p3", brand: "TM Services", name: "Strategic Consulting", price: "Custom", rating: 5, reviewCount: "54", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-trendy-luxurious-evening-clutches-with-golden-chains_181624-7311.jpg" }, - { id: "p4", brand: "TM Services", name: "Resource Management", price: "Custom", rating: 5, reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-paper-sheets_23-2148187907.jpg" }, - { id: "p5", brand: "TM Services", name: "Executive Solutions", price: "Custom", rating: 5, reviewCount: "61", imageSrc: "http://img.b2bpic.net/free-photo/colorful-overloaded-bullet-journal_23-2150248203.jpg" }, - { id: "p6", brand: "TM Services", name: "Global Partner Support", price: "Custom", rating: 5, reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091303.jpg" }, + { id: "p1", brand: "TM Tech", name: "Latest Computing Hardware", price: "Contact Us", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/view-process-making-pressed-coffee_23-2149709931.jpg" }, + { id: "p2", brand: "TM Home", name: "Smart Appliances", price: "Contact Us", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/female-product-photographer-studio_23-2148970222.jpg" }, + { id: "p3", brand: "TM Accessories", name: "Premium Tech Gear", price: "Contact Us", rating: 5, reviewCount: "54", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-trendy-luxurious-evening-clutches-with-golden-chains_181624-7311.jpg" }, ]} - title="Our Specialized Offerings" - description="Select from our curated list of professional services designed for your unique needs." - /> - - -
- -
- -
- -
- -
-
@@ -183,9 +120,9 @@ export default function LandingPage() { copyrightText="© 2025 Tres Mares Argentina. All rights reserved." socialLinks={[ { icon: Globe, href: "#", ariaLabel: "Website" }, - { icon: Mail, href: "mailto:contact@tresmares.ar", ariaLabel: "Email" }, + { icon: Mail, href: "mailto:ventas@tresmares.ar", ariaLabel: "Email" }, { icon: Phone, href: "tel:+541100000000", ariaLabel: "Phone" }, - { icon: MapPin, href: "#", ariaLabel: "Location" } + { icon: MapPin, href: "#", ariaLabel: "Location: French 2980" } ]} />