Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ccb807c94 | |||
| 6139dc5290 | |||
| 8970146106 | |||
| e72824a46c | |||
| 84a9f4d861 | |||
| c3e50e16b3 |
119
src/app/page.tsx
119
src/app/page.tsx
@@ -12,8 +12,8 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
|||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
import { Award, CheckCircle, FastForward, Heart, Leaf, Package, Ruler, ShieldCheck, Sparkles, Star, Tag, Truck } from "lucide-react";
|
import { Settings, LifeBuoy, Share2, Shield, Cloud, Phone } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -35,8 +35,6 @@ export default function LandingPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home", id: "#hero"},
|
name: "Home", id: "#hero"},
|
||||||
{
|
|
||||||
name: "Shop", id: "#products"},
|
|
||||||
{
|
{
|
||||||
name: "Services", id: "#features"},
|
name: "Services", id: "#features"},
|
||||||
{
|
{
|
||||||
@@ -46,9 +44,9 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Contact", id: "#contact"},
|
name: "Contact", id: "#contact"},
|
||||||
]}
|
]}
|
||||||
brandName="Alberton School Apparel"
|
brandName="Landshark IT"
|
||||||
button={{
|
button={{
|
||||||
text: "Order Now", href: "#products"}}
|
text: "Get a Quote", href: "#contact"}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -57,61 +55,38 @@ export default function LandingPage() {
|
|||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
title="School Clothes Local Fast Trusted"
|
title="Landshark IT"
|
||||||
description="Shop complete uniforms and apparel for Alberton schools. Browse online, pick up sameday or nextday, or we deliver to your door."
|
description="Your dedicated partner for comprehensive IT solutions, ensuring seamless operations and robust security for your business."
|
||||||
kpis={[
|
enableKpiAnimation={false}
|
||||||
{
|
|
||||||
value: "Same-day", label: "Pickup"},
|
|
||||||
{
|
|
||||||
value: "Next-day", label: "Delivery"},
|
|
||||||
{
|
|
||||||
value: "Local", label: "Trust"},
|
|
||||||
]}
|
|
||||||
enableKpiAnimation={true}
|
|
||||||
buttons={[
|
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"
|
kpis={[
|
||||||
imageAlt="Students in school uniforms smiling"
|
{ value: "15+", label: "Years of Experience" },
|
||||||
|
{ value: "500+", label: "Clients Served" },
|
||||||
|
{ value: "99%", label: "Customer Satisfaction" }
|
||||||
|
]}
|
||||||
|
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"
|
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,
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextAbout
|
<MetricSplitMediaAbout
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Your Trusted Local Uniform Provider"
|
title="Our Vision: Empowering Your Business with IT Excellence"
|
||||||
|
description="Landshark IT is committed to delivering unparalleled IT support and innovative solutions. Our mission is to protect your digital assets, optimize your operations, and provide the strategic technological edge you need to thrive. We believe in building lasting partnerships through reliable service and proactive support, allowing you to focus on your core business goals with complete peace of mind."
|
||||||
|
metrics={[
|
||||||
|
{ value: "24/7", title: "Support Availability" },
|
||||||
|
{ value: "100%", title: "Data Security" },
|
||||||
|
{ value: "30 Min", title: "Average Response Time" }
|
||||||
|
]}
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/digital-device-mockup_53876-88094.jpg"
|
||||||
|
imageAlt="Team collaborating on IT solutions"
|
||||||
|
mediaAnimation="slide-up"
|
||||||
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -122,26 +97,32 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Truck,
|
icon: Settings,
|
||||||
title: "Fast Local Delivery", description: "Get your orders delivered to your doorstep within Alberton, typically next-day."},
|
title: "Managed IT Support", description: "Proactive monitoring and maintenance to keep your systems running smoothly, minimizing downtime."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Package,
|
icon: LifeBuoy,
|
||||||
title: "Same-day In-store Pickup", description: "Need it now? Order online and collect your items from our Alberton store."},
|
title: "Remote/Onsite Support", description: "Fast and efficient IT assistance, whether you need help remotely or on-location."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Ruler,
|
icon: Share2,
|
||||||
title: "Accurate Sizing Guidance", description: "Comprehensive guides specific to Alberton school requirements ensure the perfect fit every time."},
|
title: "Network Installation", description: "Design, setup, and optimization of robust and secure network infrastructures."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Award,
|
icon: Shield,
|
||||||
title: "Dedicated School Support", description: "Specialized assistance for bulk orders and administrator accounts, simplifying procurement."},
|
title: "Cybersecurity", description: "Comprehensive protection against cyber threats, safeguarding your data and privacy."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: ShieldCheck,
|
icon: Cloud,
|
||||||
title: "Quality & Durability", description: "Uniforms designed to withstand daily wear and school activities, maintaining appearance."},
|
title: "Cloud Hosting", description: "Scalable and secure cloud solutions for data storage, applications, and infrastructure."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Tag,
|
icon: Phone,
|
||||||
title: "Competitive Local Pricing", description: "Affordable options without compromising on quality, supporting our local economy."},
|
title: "VoIP Systems", description: "Modern Voice over IP solutions for clear, reliable, and cost-effective business communication."
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
title="Unbeatable Convenience & Service"
|
title="Comprehensive IT Services to Drive Your Success"
|
||||||
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."
|
description="From proactive support to advanced cybersecurity, Landshark IT provides a full spectrum of services designed to keep your business running smoothly and securely."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -181,7 +162,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
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: [
|
features: [
|
||||||
"Single item purchases", "Standard local delivery or pickup", "Easy size guide access"],
|
"Single item purchases", "Standard local delivery or pickup", "Easy size guide access"],
|
||||||
buttons: [
|
buttons: [
|
||||||
@@ -190,7 +171,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: [
|
features: [
|
||||||
"Discounts on multiple uniforms", "Priority delivery/pickup options", "Personalized sizing assistance"],
|
"Discounts on multiple uniforms", "Priority delivery/pickup options", "Personalized sizing assistance"],
|
||||||
buttons: [
|
buttons: [
|
||||||
@@ -199,7 +180,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: [
|
features: [
|
||||||
"Significant volume discounts", "Dedicated account manager", "Custom branding options", "Flexible delivery schedules"],
|
"Significant volume discounts", "Dedicated account manager", "Custom branding options", "Flexible delivery schedules"],
|
||||||
buttons: [
|
buttons: [
|
||||||
|
|||||||
Reference in New Issue
Block a user