Merge version_1 into main #1
121
src/app/page.tsx
121
src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Work",
|
||||
id: "work",
|
||||
},
|
||||
name: "Work", id: "work"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="STUDIO"
|
||||
/>
|
||||
@@ -48,15 +42,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Refined Design for Modern Brands"
|
||||
description="Crafting visual identities that stand the test of time through simplicity, contrast, and purpose."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Work",
|
||||
href: "#work",
|
||||
},
|
||||
text: "View Work", href: "#work"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-working-as-interior-designer_23-2150346465.jpg"
|
||||
imageAlt="Minimalist designer portfolio hero"
|
||||
@@ -71,17 +62,11 @@ export default function LandingPage() {
|
||||
description="I believe that good design is an exercise in restraint. Every pixel serves a function, and every line tells a story of simplicity."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Minimalism",
|
||||
description: "Stripping away the noise.",
|
||||
},
|
||||
title: "Minimalism", description: "Stripping away the noise."},
|
||||
{
|
||||
title: "Precision",
|
||||
description: "Every detail matters.",
|
||||
},
|
||||
title: "Precision", description: "Every detail matters."},
|
||||
{
|
||||
title: "Clarity",
|
||||
description: "Design that communicates.",
|
||||
},
|
||||
title: "Clarity", description: "Design that communicates."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-standing-futuristic-building_181624-26791.jpg"
|
||||
imageAlt="Designer studio space"
|
||||
@@ -95,20 +80,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Identity Systems",
|
||||
description: "Creating coherent visual brands.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stationery-concept_23-2147800633.jpg",
|
||||
},
|
||||
title: "Identity Systems", description: "Creating coherent visual brands.", imageSrc: "http://img.b2bpic.net/free-photo/stationery-concept_23-2147800633.jpg"},
|
||||
{
|
||||
title: "Editorial Print",
|
||||
description: "Thoughtful print and layout design.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13599.jpg",
|
||||
},
|
||||
title: "Editorial Print", description: "Thoughtful print and layout design.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13599.jpg"},
|
||||
{
|
||||
title: "Digital Experiences",
|
||||
description: "Human-centric digital interfaces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913297.jpg",
|
||||
},
|
||||
title: "Digital Experiences", description: "Human-centric digital interfaces.", imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913297.jpg"},
|
||||
]}
|
||||
title="Selected Works"
|
||||
description="A collection of projects defined by stark clarity."
|
||||
@@ -117,50 +93,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena Ross",
|
||||
role: "Creative Lead",
|
||||
company: "Studio Bold",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-executive-with-tablet_1098-3805.jpg",
|
||||
},
|
||||
id: "1", name: "Elena Ross", role: "Creative Lead", company: "Studio Bold", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-executive-with-tablet_1098-3805.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Chen",
|
||||
role: "Founder",
|
||||
company: "Urban Architect",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-designers-making-notes-draft-standing-near-table-coworking-space_74855-10354.jpg",
|
||||
},
|
||||
id: "2", name: "Marcus Chen", role: "Founder", company: "Urban Architect", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-designers-making-notes-draft-standing-near-table-coworking-space_74855-10354.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah Vance",
|
||||
role: "Brand Manager",
|
||||
company: "Zenith Retail",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-window_23-2148415798.jpg",
|
||||
},
|
||||
id: "3", name: "Sarah Vance", role: "Brand Manager", company: "Zenith Retail", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-window_23-2148415798.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Thorne",
|
||||
role: "CEO",
|
||||
company: "Thorne Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
},
|
||||
id: "4", name: "David Thorne", role: "CEO", company: "Thorne Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mia Wong",
|
||||
role: "Director",
|
||||
company: "Future Vision",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-serious-middle-aged-business-leader_1262-4838.jpg",
|
||||
},
|
||||
id: "5", name: "Mia Wong", role: "Director", company: "Future Vision", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-serious-middle-aged-business-leader_1262-4838.jpg"},
|
||||
]}
|
||||
title="Client Perspectives"
|
||||
description="Working with brands that appreciate the value of simplicity."
|
||||
@@ -171,8 +123,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in touch"
|
||||
title="Start a Project"
|
||||
description="I am currently open for selective creative partnerships. Let's create something meaningful together."
|
||||
@@ -184,33 +135,21 @@ export default function LandingPage() {
|
||||
logoText="STUDIO"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Work",
|
||||
href: "#work",
|
||||
},
|
||||
label: "Work", href: "#work"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user