4 Commits

Author SHA1 Message Date
e5f07edb85 Update src/app/page.tsx 2026-03-04 09:10:02 +00:00
614baab0bd Update src/app/layout.tsx 2026-03-04 09:10:01 +00:00
c3c9844be2 Update src/app/page.tsx 2026-03-04 08:56:51 +00:00
2c4920ed3b Merge version_1 into main
Merge version_1 into main
2026-03-04 08:55:05 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -26,7 +26,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Design Studio"
brandName="Illustriv Studio"
navItems={[
{ name: "Work", id: "projects" },
{ name: "Services", id: "services" },
@@ -40,9 +40,9 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlay
title="I Design Clean, High-Converting Websites."
description="Helping brands grow through strategic and modern web design."
imageSrc="http://img.b2bpic.net/free-vector/stylish-colors-background-with-circles_1017-33500.jpg"
title="Websites That Convert Visitors Into Customers"
description="We design strategic, high-converting websites that deliver measurable business growth. From 45% conversion rate increases to 98% client satisfaction, our results speak for themselves."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATR8kmMFflp5UaDUjHcayUSlaF/uploaded-1772615229631-kkjl2fvh.jpg"
imageAlt="Abstract minimalist background"
textPosition="bottom-left"
showBlur={true}
@@ -191,7 +191,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Design Studio"
logoText="Illustriv Studio"
leftLink={{ text: "Privacy", href: "#" }}
rightLink={{ text: "Contact", href: "#contact" }}
/>