Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
242
src/app/page.tsx
242
src/app/page.tsx
@@ -29,47 +29,33 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Work",
|
||||
id: "work",
|
||||
},
|
||||
name: "Work", id: "work"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "why-us",
|
||||
},
|
||||
name: "Why Us", id: "why-us"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
]}
|
||||
brandName="Forged Tech"
|
||||
button={{
|
||||
text: "Book a Call",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book a Call", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Forged Tech"
|
||||
description="Premium web design and development for ambitious brands. No templates. No shortcuts. Just results-driven digital experiences that grow your business."
|
||||
description="Premium web design and development for ambitious brands. We craft high-converting digital ecosystems, custom-tailored to your unique business goals. No templates, no shortcuts—just results-driven experiences engineered for scale, speed, and seamless user interaction that turn casual visitors into loyal customers."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Call",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Call", href: "#contact"},
|
||||
{
|
||||
text: "View Our Work",
|
||||
href: "#work",
|
||||
},
|
||||
text: "View Our Work", href: "#work"},
|
||||
{
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-landscape-flowing-dots_1048-13342.jpg"
|
||||
/>
|
||||
@@ -82,50 +68,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Conversion-Focused Design",
|
||||
subtitle: "Strategic design that guides visitors toward action.",
|
||||
category: "Design",
|
||||
value: "Optimize",
|
||||
},
|
||||
id: "1", title: "Conversion-Focused Design", subtitle: "Strategic UI/UX design that guides visitors toward action and maximizes conversion rates through rigorous testing.", category: "Design", value: "Optimize"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Custom Development",
|
||||
subtitle: "Clean, scalable code built for performance.",
|
||||
category: "Development",
|
||||
value: "Build",
|
||||
},
|
||||
id: "2", title: "Custom Development", subtitle: "Clean, scalable, and secure code built for peak performance, modern web standards, and cross-browser reliability.", category: "Development", value: "Build"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Growth Strategy",
|
||||
subtitle: "Data-driven insights and optimization.",
|
||||
category: "Growth",
|
||||
value: "Scale",
|
||||
},
|
||||
id: "3", title: "Growth Strategy", subtitle: "Data-driven insights and optimization roadmaps to ensure your business stays ahead of the competition.", category: "Growth", value: "Scale"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Brand Identity",
|
||||
subtitle: "Cohesive visual systems.",
|
||||
category: "Branding",
|
||||
value: "Tell",
|
||||
},
|
||||
id: "4", title: "Brand Identity", subtitle: "Cohesive visual systems and messaging frameworks that define your market position and build lasting trust.", category: "Branding", value: "Tell"},
|
||||
{
|
||||
id: "5",
|
||||
title: "SEO & Performance",
|
||||
subtitle: "Rank higher, load faster.",
|
||||
category: "SEO",
|
||||
value: "Boost",
|
||||
},
|
||||
id: "5", title: "SEO & Performance", subtitle: "Technical SEO, speed optimization, and content strategies designed to help you rank higher and load faster.", category: "SEO", value: "Boost"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Ongoing Support",
|
||||
subtitle: "Long-term partnership.",
|
||||
category: "Support",
|
||||
value: "Maintain",
|
||||
},
|
||||
id: "6", title: "Ongoing Support", subtitle: "Dedicated long-term partnership, security maintenance, and iterative improvements as your business grows.", category: "Support", value: "Maintain"},
|
||||
{
|
||||
id: "7", title: "Mobile First", subtitle: "Seamless responsive experiences designed to shine on every screen size, from mobile to desktop.", category: "Responsive", value: "Adapt"},
|
||||
{
|
||||
id: "8", title: "Cloud Infrastructure", subtitle: "Secure and scalable hosting solutions to ensure your application stays online no matter the traffic.", category: "Cloud", value: "Secure"},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="End-to-end digital solutions designed to drive growth and maximize your ROI."
|
||||
description="End-to-end digital solutions designed to drive growth, boost visibility, and maximize your ROI through high-impact engineering and design."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -136,58 +96,32 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
price: "$2,400",
|
||||
name: "Starter",
|
||||
features: [
|
||||
"Mobile Responsive Design",
|
||||
"SEO Setup",
|
||||
"Contact Form",
|
||||
"2-Day Delivery",
|
||||
],
|
||||
id: "starter", price: "$2,400", name: "Starter", features: [
|
||||
"Responsive Design", "Core SEO Setup", "Lead Contact Form", "2-Day Delivery", "Basic Analytics Integration", "Social Media Links"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book a Meeting",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Meeting", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
price: "$3,500",
|
||||
name: "Pro",
|
||||
features: [
|
||||
"Advanced Animations",
|
||||
"Full SEO",
|
||||
"Blog Setup",
|
||||
"90-Day Support",
|
||||
],
|
||||
id: "pro", price: "$3,500", name: "Pro", features: [
|
||||
"Advanced Animations", "Full SEO Strategy", "Blog/CMS Setup", "90-Day Support", "Performance Optimization", "Custom Integrations"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book a Meeting",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Meeting", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "custom",
|
||||
price: "$6,500+",
|
||||
name: "Custom",
|
||||
features: [
|
||||
"Custom Functionality",
|
||||
"API Connections",
|
||||
"Unlimited Revisions",
|
||||
],
|
||||
id: "custom", price: "$6,500+", name: "Custom", features: [
|
||||
"Custom API Connections", "Unlimited Revisions", "App Development", "Dedicated Project Manager", "E-commerce Functionality", "Full Brand Identity Kit"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book a Meeting",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Meeting", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Investment Plans"
|
||||
description="Transparent pricing for every stage of growth."
|
||||
description="Transparent, scalable pricing models designed for every stage of your business growth—from launch to market domination."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -198,49 +132,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell",
|
||||
handle: "CEO, TechFlow",
|
||||
testimonial: "Forged Tech transformed our online presence. 45% conversion lift!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Mitchell", handle: "CEO, TechFlow", testimonial: "Forged Tech transformed our online presence. Our conversion rate saw a massive 45% lift in the first quarter alone!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ahmad Khan",
|
||||
handle: "Founder, Pizza 7",
|
||||
testimonial: "Attention to detail and quality is unmatched. #1 sales channel.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
||||
},
|
||||
id: "2", name: "Ahmad Khan", handle: "Founder, Pizza 7", testimonial: "The attention to detail and professional quality is unmatched. This has officially become our #1 sales channel.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Marketing Director, Elevate Up",
|
||||
testimonial: "Best investment we've made. Build growth engines.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "Marketing Director, Elevate Up", testimonial: "Best investment we've made this year. They don't just build websites; they build growth engines.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "Founder, StartupXYZ",
|
||||
testimonial: "The team understands business results.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-businessman_23-2148825893.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "Founder, StartupXYZ", testimonial: "Finally found a team that actually understands business results, not just pretty design. Absolutely incredible.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-businessman_23-2148825893.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
handle: "Director, GrowthCo",
|
||||
testimonial: "Unparalleled strategic insight and speed.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executive-with-good-future_1098-540.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", handle: "Director, GrowthCo", testimonial: "Unparalleled strategic insight and development speed. We delivered our product two weeks early.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executive-with-good-future_1098-540.jpg"},
|
||||
{
|
||||
id: "6", name: "Marcus Thorne", handle: "CTO, CloudScale", testimonial: "The code quality is pristine. Our dev team had zero issues integrating the API endpoints built by Forged Tech.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-glasses-grey-suit_114579-4552.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Clients Say"
|
||||
description="Real results from real partnerships."
|
||||
description="Real results from real partnerships. See how we've helped ambitious brands redefine their digital future."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -248,14 +160,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
text="Ready to Transform Your Digital Presence? Book a free 30-minute strategy call with our team."
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to Transform Your Digital Presence? Book a free 30-minute strategy call with our team and let's turn your vision into high-performance reality."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Call",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book a Strategy Call", href: "#"},
|
||||
{
|
||||
text: "Email Us", href: "mailto:hello@forgedtech.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -265,57 +176,44 @@ export default function LandingPage() {
|
||||
logoText="Forged Tech"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Our Work",
|
||||
href: "#work",
|
||||
},
|
||||
label: "Our Work", href: "#work"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Culture", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Web Design",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Web Design", href: "#services"},
|
||||
{
|
||||
label: "Development",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Development", href: "#services"},
|
||||
{
|
||||
label: "Branding",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Branding", href: "#services"},
|
||||
{
|
||||
label: "SEO", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Security", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2026 Forged Tech. All rights reserved."
|
||||
copyrightText="© 2026 Forged Tech. All rights reserved. Scaling the next generation of digital excellence."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -11,13 +11,13 @@
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #000000;
|
||||
--card: #1a2f1d;
|
||||
--card: #0d1a0d;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #ffffff;
|
||||
--primary-cta: #80da9b;
|
||||
--primary-cta-text: #0a1a0c;
|
||||
--secondary-cta: #0d200f;
|
||||
--secondary-cta: #1a2f1d;
|
||||
--secondary-cta-text: #d4f6d8;
|
||||
--accent: #1a3d1f;
|
||||
--accent: #355e3b;
|
||||
--background-accent: #355e3b;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
|
||||
Reference in New Issue
Block a user