Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
180
src/app/page.tsx
180
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Typo @ Paradigm JB"
|
||||
/>
|
||||
@@ -58,39 +46,18 @@ export default function LandingPage() {
|
||||
title="Crafting Excellence at Paradigm JB"
|
||||
description="Typo is a premier design agency dedicated to turning ambitious visions into reality through bold typography and visionary branding."
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Work",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Our Work", href: "#features" },
|
||||
{ text: "Get in Touch", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283230.jpg"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg",
|
||||
alt: "Team member 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bearded-man-holding-his-arms-crossed-christmas_23-2148737963.jpg",
|
||||
alt: "Team member 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
|
||||
alt: "Team member 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg",
|
||||
alt: "Team member 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-businessman-gray-suit-studio-portrait_53876-102940.jpg",
|
||||
alt: "Team member 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", alt: "Team member 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/bearded-man-holding-his-arms-crossed-christmas_23-2148737963.jpg", alt: "Team member 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Team member 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg", alt: "Team member 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/african-american-businessman-gray-suit-studio-portrait_53876-102940.jpg", alt: "Team member 5" },
|
||||
]}
|
||||
avatarText="Join our creative circle"
|
||||
/>
|
||||
@@ -103,18 +70,9 @@ export default function LandingPage() {
|
||||
title="Design with Purpose"
|
||||
description="At Typo, we believe that every pixel tells a story. Based in the heart of Paradigm JB, we bridge the gap between creative artistry and business strategy."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Strategy First",
|
||||
description: "We start by understanding your core business objectives.",
|
||||
},
|
||||
{
|
||||
title: "Bold Design",
|
||||
description: "Typography-led design that demands attention and builds authority.",
|
||||
},
|
||||
{
|
||||
title: "Execution Excellence",
|
||||
description: "Pixel-perfect delivery for every digital touchpoint.",
|
||||
},
|
||||
{ title: "Strategy First", description: "We start by understanding your core business objectives." },
|
||||
{ title: "Bold Design", description: "Typography-led design that demands attention and builds authority." },
|
||||
{ title: "Execution Excellence", description: "Pixel-perfect delivery for every digital touchpoint." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/creative-designers-team-working-project_114579-2815.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -127,21 +85,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: PenTool,
|
||||
title: "Brand Identity",
|
||||
description: "Defining your unique visual language.",
|
||||
},
|
||||
{
|
||||
icon: Monitor,
|
||||
title: "UI/UX Design",
|
||||
description: "Intuitive experiences that drive engagement.",
|
||||
},
|
||||
{
|
||||
icon: Layers,
|
||||
title: "Strategic Branding",
|
||||
description: "Elevating your position in the market.",
|
||||
},
|
||||
{ icon: PenTool, title: "Brand Identity", description: "Defining your unique visual language." },
|
||||
{ icon: Monitor, title: "UI/UX Design", description: "Intuitive experiences that drive engagement." },
|
||||
{ icon: Layers, title: "Strategic Branding", description: "Elevating your position in the market." },
|
||||
]}
|
||||
title="Creative Services"
|
||||
description="Comprehensive design solutions tailored to help you scale."
|
||||
@@ -154,21 +100,9 @@ export default function LandingPage() {
|
||||
title="Impact by Numbers"
|
||||
tag="Our Track Record"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "150+",
|
||||
description: "Projects Delivered",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "98%",
|
||||
description: "Client Satisfaction",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "20+",
|
||||
description: "Industry Awards",
|
||||
},
|
||||
{ id: "1", value: "150+", description: "Projects Delivered" },
|
||||
{ id: "2", value: "98%", description: "Client Satisfaction" },
|
||||
{ id: "3", value: "20+", description: "Industry Awards" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -178,42 +112,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardSix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
handle: "@sarahc",
|
||||
testimonial: "Typo transformed our brand identity completely. Professional and creative.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Low",
|
||||
handle: "@davidlow",
|
||||
testimonial: "The best design agency in Johor Bahru. Visionary work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Yap",
|
||||
handle: "@emilyyap",
|
||||
testimonial: "Incredible attention to detail. Our UX scores improved massively.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-successful-business-person_23-2148763862.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus Tan",
|
||||
handle: "@marcustan",
|
||||
testimonial: "Strategic, bold, and effective. Highly recommend for any business.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hispanic-woman-wearing-business-jacket-looking-confident-camera-smiling-with-crossed-arms-hand-raised-chin-thinking-positive_839833-8974.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jasmin Lee",
|
||||
handle: "@jasminlee",
|
||||
testimonial: "Their design work is next level. Simply the best.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-smartphone_23-2149337234.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Chen", handle: "@sarahc", testimonial: "Typo transformed our brand identity completely. Professional and creative.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg" },
|
||||
{ id: "2", name: "David Low", handle: "@davidlow", testimonial: "The best design agency in Johor Bahru. Visionary work.", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg" },
|
||||
{ id: "3", name: "Emily Yap", handle: "@emilyyap", testimonial: "Incredible attention to detail. Our UX scores improved massively.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-successful-business-person_23-2148763862.jpg" },
|
||||
{ id: "4", name: "Marcus Tan", handle: "@marcustan", testimonial: "Strategic, bold, and effective. Highly recommend for any business.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hispanic-woman-wearing-business-jacket-looking-confident-camera-smiling-with-crossed-arms-hand-raised-chin-thinking-positive_839833-8974.jpg" },
|
||||
{ id: "5", name: "Jasmin Lee", handle: "@jasminlee", testimonial: "Their design work is next level. Simply the best.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-smartphone_23-2149337234.jpg" },
|
||||
]}
|
||||
title="Voice of Our Clients"
|
||||
description="Building lasting relationships through creative excellence."
|
||||
@@ -224,16 +129,9 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Partner A",
|
||||
"Partner B",
|
||||
"Partner C",
|
||||
"Partner D",
|
||||
"Partner E",
|
||||
"Partner F",
|
||||
"Partner G",
|
||||
]}
|
||||
names={["Partner A", "Partner B", "Partner C", "Partner D", "Partner E", "Partner F", "Partner G"]}
|
||||
title="Trusted By Industry Leaders"
|
||||
description="Collaborating with top-tier brands."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -241,21 +139,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do we start?",
|
||||
content: "Book a discovery call through our contact form.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What is the typical timeline?",
|
||||
content: "Projects usually range from 4-12 weeks.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer branding packages?",
|
||||
content: "Yes, we offer comprehensive branding and UI packages.",
|
||||
},
|
||||
{ id: "f1", title: "How do we start?", content: "Book a discovery call through our contact form." },
|
||||
{ id: "f2", title: "What is the typical timeline?", content: "Projects usually range from 4-12 weeks." },
|
||||
{ id: "f3", title: "Do you offer branding packages?", content: "Yes, we offer comprehensive branding and UI packages." },
|
||||
]}
|
||||
sideTitle="Questions? We've Got Answers"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -265,9 +151,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
background={{ variant: "animated-grid" }}
|
||||
tag="Let's Connect"
|
||||
title="Start Your Design Journey"
|
||||
description="Ready to elevate your brand? Reach out and let's make something amazing together at Paradigm JB."
|
||||
|
||||
Reference in New Issue
Block a user