Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 849482c40b | |||
| 792e7d5d7d | |||
| afb50b25a1 | |||
| b7764ce0be |
@@ -41,7 +41,8 @@ export default function LandingPage() {
|
|||||||
name: "Contact", id: "contact"},
|
name: "Contact", id: "contact"},
|
||||||
]}
|
]}
|
||||||
brandName="Laser Luxury Studio"
|
brandName="Laser Luxury Studio"
|
||||||
logoSrc="/logo.png"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CWVwSnWhJggH7yjkgnK7SUEe8E/uploaded-1776501931363-9m10vfbs.png"
|
||||||
|
logoClassName="scale-125"
|
||||||
button={{
|
button={{
|
||||||
text: "Book Now", href: "#contact"}}
|
text: "Book Now", href: "#contact"}}
|
||||||
/>
|
/>
|
||||||
@@ -211,7 +212,8 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Laser Luxury Studio"
|
logoText="Laser Luxury Studio"
|
||||||
logoSrc="/logo.png"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CWVwSnWhJggH7yjkgnK7SUEe8E/uploaded-1776501931363-9m10vfbs.png"
|
||||||
|
logoImageClassName="scale-150"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Links", items: [
|
title: "Links", items: [
|
||||||
@@ -236,4 +238,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user