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">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="Design Studio"
|
brandName="Illustriv Studio"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Work", id: "projects" },
|
{ name: "Work", id: "projects" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
@@ -40,9 +40,9 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroOverlay
|
||||||
title="I Design Clean, High-Converting Websites."
|
title="Websites That Convert Visitors Into Customers"
|
||||||
description="Helping brands grow through strategic and modern web design."
|
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="http://img.b2bpic.net/free-vector/stylish-colors-background-with-circles_1017-33500.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATR8kmMFflp5UaDUjHcayUSlaF/uploaded-1772615229631-kkjl2fvh.jpg"
|
||||||
imageAlt="Abstract minimalist background"
|
imageAlt="Abstract minimalist background"
|
||||||
textPosition="bottom-left"
|
textPosition="bottom-left"
|
||||||
showBlur={true}
|
showBlur={true}
|
||||||
@@ -191,7 +191,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Design Studio"
|
logoText="Illustriv Studio"
|
||||||
leftLink={{ text: "Privacy", href: "#" }}
|
leftLink={{ text: "Privacy", href: "#" }}
|
||||||
rightLink={{ text: "Contact", href: "#contact" }}
|
rightLink={{ text: "Contact", href: "#contact" }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user