Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e5f07edb85 | |||
| 614baab0bd | |||
| c3c9844be2 | |||
| 2c4920ed3b |
1373
src/app/layout.tsx
1373
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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" }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user