Merge version_1 into main #2
233
src/app/page.tsx
233
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Tringle Tech"
|
||||
/>
|
||||
@@ -58,16 +46,10 @@ export default function LandingPage() {
|
||||
logoText="Tringle Tech"
|
||||
description="Empowering businesses through cutting-edge software solutions, custom mobile applications, and high-impact social media strategies."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Explore Services", href: "#services" },
|
||||
{ text: "Contact Us", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-circuit-board-close-up_23-2149174344.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-circuit-board-close-up_23-2149174344.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -85,64 +67,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Software Development",
|
||||
description: "Custom enterprise solutions built for scale.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-connections_23-2149174310.jpg?_wi=1",
|
||||
},
|
||||
title: "Software Development", description: "Custom enterprise solutions built for scale.", media: { imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-connections_23-2149174310.jpg", imageAlt: "software engineering icon" },
|
||||
items: [
|
||||
{
|
||||
icon: Code,
|
||||
text: "Cloud-native apps",
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Secure architecture",
|
||||
},
|
||||
{ icon: Code, text: "Cloud-native apps" },
|
||||
{ icon: Shield, text: "Secure architecture" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-circuit-board-close-up_23-2149174344.jpg?_wi=2",
|
||||
imageAlt: "software engineering icon",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Application Design",
|
||||
description: "User-centric mobile experiences that drive engagement.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-using-ai-develop-software-system-with-chroma-key-pc_482257-121446.jpg?_wi=1",
|
||||
},
|
||||
title: "Application Design", description: "User-centric mobile experiences that drive engagement.", media: { imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-using-ai-develop-software-system-with-chroma-key-pc_482257-121446.jpg", imageAlt: "software engineering icon" },
|
||||
items: [
|
||||
{
|
||||
icon: Smartphone,
|
||||
text: "iOS/Android Native",
|
||||
},
|
||||
{
|
||||
icon: Layout,
|
||||
text: "UI/UX Design",
|
||||
},
|
||||
{ icon: Smartphone, text: "iOS/Android Native" },
|
||||
{ icon: Layout, text: "UI/UX Design" },
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-data-center-technician-inspecting-gear-doing-maintenance_482257-123366.jpg?_wi=1",
|
||||
imageAlt: "software engineering icon",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Social Media Strategy",
|
||||
description: "High-impact growth strategies and content management.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-tablet-mobile_1162-114.jpg?_wi=1",
|
||||
},
|
||||
title: "Social Media Strategy", description: "High-impact growth strategies and content management.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-tablet-mobile_1162-114.jpg", imageAlt: "software engineering icon" },
|
||||
items: [
|
||||
{
|
||||
icon: TrendingUp,
|
||||
text: "Targeted Campaigns",
|
||||
},
|
||||
{
|
||||
icon: Share2,
|
||||
text: "Engagement optimization",
|
||||
},
|
||||
{ icon: TrendingUp, text: "Targeted Campaigns" },
|
||||
{ icon: Share2, text: "Engagement optimization" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-stands-with-crossed-arms-isolated-pink-wall-with-copy-space_141793-118510.jpg",
|
||||
imageAlt: "software engineering icon",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
@@ -157,27 +103,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
title: "Projects Completed",
|
||||
description: "Innovative software systems delivered.",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
title: "Retention Rate",
|
||||
description: "Long-term partnership focus.",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5M+",
|
||||
title: "Users Reached",
|
||||
description: "Across mobile & social channels.",
|
||||
icon: Users,
|
||||
},
|
||||
{ id: "m1", value: "150+", title: "Projects Completed", description: "Innovative software systems delivered.", icon: CheckCircle },
|
||||
{ id: "m2", value: "98%", title: "Retention Rate", description: "Long-term partnership focus.", icon: Award },
|
||||
{ id: "m3", value: "5M+", title: "Users Reached", description: "Across mobile & social channels.", icon: Users },
|
||||
]}
|
||||
title="Our Impact in Numbers"
|
||||
description="Proven results for partners across industries."
|
||||
@@ -189,61 +117,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex Rivet",
|
||||
date: "2023-10",
|
||||
title: "CEO",
|
||||
quote: "Tringle Tech revolutionized our internal software stack.",
|
||||
tag: "Enterprise",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-stands-with-crossed-arms-isolated-pink-wall-with-copy-space_141793-118510.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-circuit-board-close-up_23-2149174344.jpg?_wi=3",
|
||||
imageAlt: "professional business portrait",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Chen",
|
||||
date: "2023-11",
|
||||
title: "Founder",
|
||||
quote: "Their app development speed is unmatched in the industry.",
|
||||
tag: "Mobile App",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-solar-panel-manufacturing-facility-presents-green-energy-production_482257-119910.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-data-center-technician-inspecting-gear-doing-maintenance_482257-123366.jpg?_wi=2",
|
||||
imageAlt: "professional business portrait",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Moon",
|
||||
date: "2023-12",
|
||||
title: "Marketing Dir",
|
||||
quote: "We've seen significant growth after their strategy implementation.",
|
||||
tag: "Growth",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/confident-business-leader-sitting-table_1262-4870.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-connections_23-2149174310.jpg?_wi=2",
|
||||
imageAlt: "professional business portrait",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena Ross",
|
||||
date: "2024-01",
|
||||
title: "CTO",
|
||||
quote: "Highly professional, reliable, and technically sound.",
|
||||
tag: "Tech Ops",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-smiling_23-2147985511.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-using-ai-develop-software-system-with-chroma-key-pc_482257-121446.jpg?_wi=2",
|
||||
imageAlt: "professional business portrait",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mark Vane",
|
||||
date: "2024-02",
|
||||
title: "VP Strategy",
|
||||
quote: "The best partner for our digital transformation journey.",
|
||||
tag: "Strategy",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/retro-looking-non-binary-person-smiling_23-2148757528.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-tablet-mobile_1162-114.jpg?_wi=2",
|
||||
imageAlt: "professional business portrait",
|
||||
},
|
||||
{ id: "1", name: "Alex Rivet", date: "2023-10", title: "CEO", quote: "Tringle Tech revolutionized our internal software stack.", tag: "Enterprise", avatarSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-stands-with-crossed-arms-isolated-pink-wall-with-copy-space_141793-118510.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-circuit-board-close-up_23-2149174344.jpg", imageAlt: "professional business portrait" },
|
||||
{ id: "2", name: "Sarah Chen", date: "2023-11", title: "Founder", quote: "Their app development speed is unmatched in the industry.", tag: "Mobile App", avatarSrc: "http://img.b2bpic.net/free-photo/man-solar-panel-manufacturing-facility-presents-green-energy-production_482257-119910.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-data-center-technician-inspecting-gear-doing-maintenance_482257-123366.jpg", imageAlt: "professional business portrait" },
|
||||
{ id: "3", name: "David Moon", date: "2023-12", title: "Marketing Dir", quote: "We've seen significant growth after their strategy implementation.", tag: "Growth", avatarSrc: "http://img.b2bpic.net/free-photo/confident-business-leader-sitting-table_1262-4870.jpg", imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-connections_23-2149174310.jpg", imageAlt: "professional business portrait" },
|
||||
{ id: "4", name: "Elena Ross", date: "2024-01", title: "CTO", quote: "Highly professional, reliable, and technically sound.", tag: "Tech Ops", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-smiling_23-2147985511.jpg", imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-using-ai-develop-software-system-with-chroma-key-pc_482257-121446.jpg", imageAlt: "professional business portrait" },
|
||||
{ id: "5", name: "Mark Vane", date: "2024-02", title: "VP Strategy", quote: "The best partner for our digital transformation journey.", tag: "Strategy", avatarSrc: "http://img.b2bpic.net/free-photo/retro-looking-non-binary-person-smiling_23-2148757528.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-tablet-mobile_1162-114.jpg", imageAlt: "professional business portrait" },
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Don't just take our word for it."
|
||||
@@ -254,21 +132,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do we start a project?",
|
||||
content: "Just schedule a consultation via our contact form.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What industries do you serve?",
|
||||
content: "We support SaaS, retail, health-tech, and beyond.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you provide maintenance?",
|
||||
content: "Yes, we offer ongoing support and cloud management.",
|
||||
},
|
||||
{ id: "f1", title: "How do we start a project?", content: "Just schedule a consultation via our contact form." },
|
||||
{ id: "f2", title: "What industries do you serve?", content: "We support SaaS, retail, health-tech, and beyond." },
|
||||
{ id: "f3", title: "Do you provide maintenance?", content: "Yes, we offer ongoing support and cloud management." },
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -280,14 +146,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"InnovateTech",
|
||||
"GrowthHub",
|
||||
"CloudScale",
|
||||
"DevSpace",
|
||||
"NextGen",
|
||||
"Streamlined",
|
||||
"FutureSoft",
|
||||
]}
|
||||
"InnovateTech", "GrowthHub", "CloudScale", "DevSpace", "NextGen", "Streamlined", "FutureSoft"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Collaborating with fast-growing brands globally."
|
||||
/>
|
||||
@@ -296,9 +155,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Get in touch"
|
||||
title="Ready to scale your digital presence?"
|
||||
description="Let's discuss how Tringle Tech can help you succeed."
|
||||
@@ -309,29 +166,15 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Tringle Tech",
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
title: "Tringle Tech", items: [
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "About", href: "#about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user