From 6351125ffe5dc55903035504cda5ef6e1e4e88a5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:51:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index edeff00..7cd51cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Briefcase, Building, Door, Image, Mail, Shield, Twitter, Linkedin, Window, Zap } from "lucide-react"; +import { Briefcase, Building, DoorOpen, Image, Mail, Shield, Twitter, Linkedin, Wind, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -53,19 +53,19 @@ export default function LandingPage() { testimonials={[ { name: "James Mitchell", handle: "Construction Manager, BuildRight Co.", testimonial: "Alfabs delivered exceptional quality on our commercial project. Professional team, perfect execution.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Mitchell"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Mitchell"}, { name: "Sarah Chen", handle: "Architect, Design Studios", testimonial: "Outstanding craftsmanship and attention to detail. They exceeded our expectations on every front.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen"}, { name: "Michael Rodriguez", handle: "Property Developer", testimonial: "Reliable, punctual, and high-quality work. Alfabs is our trusted partner for all aluminum needs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Rodriguez"}, ]} buttons={[ { text: "Get Started", href: "contact" }, { text: "Learn More", href: "services" }, ]} - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -78,21 +78,21 @@ export default function LandingPage() { tagIcon={Briefcase} features={[ { - title: "Window Systems", description: "Custom aluminum window frames engineered for durability, aesthetics, and thermal performance. Ideal for residential and commercial applications.", icon: Window, + title: "Window Systems", description: "Custom aluminum window frames engineered for durability, aesthetics, and thermal performance. Ideal for residential and commercial applications.", icon: Wind, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530810.jpg", imageAlt: "Modern aluminum window installation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-design-stone-building_23-2148252734.jpg?_wi=1", imageAlt: "Residential window project showcase"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-design-stone-building_23-2148252734.jpg", imageAlt: "Residential window project showcase"}, ], }, { - title: "Door Solutions", description: "Premium aluminum doors including sliding, pivot, and entrance systems. Designed for security, style, and ease of operation.", icon: Door, + title: "Door Solutions", description: "Premium aluminum doors including sliding, pivot, and entrance systems. Designed for security, style, and ease of operation.", icon: DoorOpen, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/portraif-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2056.jpg", imageAlt: "Aluminum door installation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg?_wi=1", imageAlt: "Commercial entrance project"}, + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg", imageAlt: "Commercial entrance project"}, ], }, { @@ -110,7 +110,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-by-shopping-center_1303-16433.jpg", imageAlt: "Premium aluminum railings"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-design-stone-building_23-2148252734.jpg?_wi=2", imageAlt: "Railing installation project"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-design-stone-building_23-2148252734.jpg", imageAlt: "Railing installation project"}, ], }, ]} @@ -140,11 +140,11 @@ export default function LandingPage() { tagIcon={Image} products={[ { - id: "1", name: "Downtown Office Complex", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg?_wi=2", imageAlt: "Downtown office building with aluminum facades"}, + id: "1", name: "Downtown Office Complex", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg", imageAlt: "Downtown office building with aluminum facades"}, { - id: "2", name: "Luxury Residential Tower", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/modern-design-stone-building_23-2148252734.jpg?_wi=3", imageAlt: "Modern residential tower with premium aluminum systems"}, + id: "2", name: "Luxury Residential Tower", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/modern-design-stone-building_23-2148252734.jpg", imageAlt: "Modern residential tower with premium aluminum systems"}, { - id: "3", name: "Retail Center Renovation", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg?_wi=3", imageAlt: "Retail center with modern aluminum storefronts"}, + id: "3", name: "Retail Center Renovation", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg", imageAlt: "Retail center with modern aluminum storefronts"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -199,7 +199,7 @@ export default function LandingPage() { title="Ready to Start Your Project?" description="Contact our team today to discuss your aluminum fabrication and installation needs. We're here to help bring your vision to life." tagIcon={Mail} - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="your@email.com" buttonText="Send Inquiry" -- 2.49.1