From e72824a46cec6382bec1e5d916d07137b0f74db9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 15:07:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 111 +++++++++++++++++------------------------------ 1 file changed, 41 insertions(+), 70 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d0f92a..0badb2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,8 +12,8 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, CheckCircle, FastForward, Heart, Leaf, Package, Ruler, ShieldCheck, Sparkles, Star, Tag, Truck } from "lucide-react"; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import { Settings, LifeBuoy, Share2, Shield, Cloud, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -35,8 +35,6 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "#hero"}, - { - name: "Shop", id: "#products"}, { name: "Services", id: "#features"}, { @@ -46,9 +44,9 @@ export default function LandingPage() { { name: "Contact", id: "#contact"}, ]} - brandName="Alberton School Apparel" + brandName="Landshark IT" button={{ - text: "Order Now", href: "#products"}} + text: "Get a Quote", href: "#contact"}} /> @@ -57,61 +55,28 @@ export default function LandingPage() { background={{ variant: "plain"}} imagePosition="right" - title="School Clothes Local Fast Trusted" - description="Shop complete uniforms and apparel for Alberton schools. Browse online, pick up sameday or nextday, or we deliver to your door." - kpis={[ - { - value: "Same-day", label: "Pickup"}, - { - value: "Next-day", label: "Delivery"}, - { - value: "Local", label: "Trust"}, - ]} - enableKpiAnimation={true} + title="Landshark IT" + description="Your dedicated partner for comprehensive IT solutions, ensuring seamless operations and robust security for your business." + enableKpiAnimation={false} buttons={[ { - text: "Shop Now", href: "#products"}, + text: "Get a Quote", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-collage-kids_23-2150169787.jpg" - imageAlt="Students in school uniforms smiling" + imageSrc="http://img.b2bpic.net/free-photo/view-programmer-working-company-office_23-2148777176.jpg" + imageAlt="IT professional working on a computer" mediaAnimation="slide-up" - avatars={[ - { - src: "http://img.b2bpic.net/free-photo/side-view-kids-sportswear-holding-each-other_23-2148631549.jpg", alt: "Happy student smiling"}, - { - src: "http://img.b2bpic.net/free-photo/view-young-students-attending-school_23-2150911501.jpg", alt: "Confident child in uniform"}, - { - src: "http://img.b2bpic.net/free-photo/boy-hugging-girls-near-school_23-2147848731.jpg", alt: "Young student ready for school"}, - { - src: "http://img.b2bpic.net/free-photo/children-posing-classroom_23-2147659313.jpg", alt: "Joyful school-aged child"}, - { - src: "http://img.b2bpic.net/free-photo/responsible-student_23-2147650755.jpg", alt: "School girl smiling"}, - ]} - avatarText="Trusted by hundreds of parents" - marqueeItems={[ - { - type: "text-icon", text: "Quality Assured", icon: CheckCircle, - }, - { - type: "text-icon", text: "Community Focused", icon: Heart, - }, - { - type: "text-icon", text: "Easy Returns", icon: FastForward, - }, - { - type: "text-icon", text: "School Approved", icon: Award, - }, - { - type: "text-icon", text: "Eco-Friendly Options", icon: Leaf, - }, - ]} />
-
@@ -122,26 +87,32 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - icon: Truck, - title: "Fast Local Delivery", description: "Get your orders delivered to your doorstep within Alberton, typically next-day."}, + icon: Settings, + title: "Managed IT Support", description: "Proactive monitoring and maintenance to keep your systems running smoothly, minimizing downtime." + }, { - icon: Package, - title: "Same-day In-store Pickup", description: "Need it now? Order online and collect your items from our Alberton store."}, + icon: LifeBuoy, + title: "Remote/Onsite Support", description: "Fast and efficient IT assistance, whether you need help remotely or on-location." + }, { - icon: Ruler, - title: "Accurate Sizing Guidance", description: "Comprehensive guides specific to Alberton school requirements ensure the perfect fit every time."}, + icon: Share2, + title: "Network Installation", description: "Design, setup, and optimization of robust and secure network infrastructures." + }, { - icon: Award, - title: "Dedicated School Support", description: "Specialized assistance for bulk orders and administrator accounts, simplifying procurement."}, + icon: Shield, + title: "Cybersecurity", description: "Comprehensive protection against cyber threats, safeguarding your data and privacy." + }, { - icon: ShieldCheck, - title: "Quality & Durability", description: "Uniforms designed to withstand daily wear and school activities, maintaining appearance."}, + icon: Cloud, + title: "Cloud Hosting", description: "Scalable and secure cloud solutions for data storage, applications, and infrastructure." + }, { - icon: Tag, - title: "Competitive Local Pricing", description: "Affordable options without compromising on quality, supporting our local economy."}, + icon: Phone, + title: "VoIP Systems", description: "Modern Voice over IP solutions for clear, reliable, and cost-effective business communication." + } ]} - title="Unbeatable Convenience & Service" - description="We understand the demands on parents and school administrators. That's why we've streamlined the uniform purchasing process with features designed for your peace of mind and time savings." + title="Comprehensive IT Services to Drive Your Success" + description="From proactive support to advanced cybersecurity, Landshark IT provides a full spectrum of services designed to keep your business running smoothly and securely." /> @@ -181,7 +152,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "plan-individual", name: "Individual Student", price: "Starting from $20", badge: "Value", badgeIcon: Sparkles, + id: "plan-individual", name: "Individual Student", price: "Starting from $20", badge: "Value", badgeIcon: Settings, features: [ "Single item purchases", "Standard local delivery or pickup", "Easy size guide access"], buttons: [ @@ -190,7 +161,7 @@ export default function LandingPage() { ], }, { - id: "plan-family", name: "Family Bundle", price: "Save 10%+", badge: "Best Value", badgeIcon: Star, + id: "plan-family", name: "Family Bundle", price: "Save 10%+", badge: "Best Value", badgeIcon: Settings, features: [ "Discounts on multiple uniforms", "Priority delivery/pickup options", "Personalized sizing assistance"], buttons: [ @@ -199,7 +170,7 @@ export default function LandingPage() { ], }, { - id: "plan-school", name: "School Bulk Order", price: "Custom Quote", badge: "For Schools", badgeIcon: Award, + id: "plan-school", name: "School Bulk Order", price: "Custom Quote", badge: "For Schools", badgeIcon: Settings, features: [ "Significant volume discounts", "Dedicated account manager", "Custom branding options", "Flexible delivery schedules"], buttons: [ @@ -298,4 +269,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1