Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b71731ac7e | |||
| 28c218d12b | |||
| c96528a509 | |||
| 7764cfed5b | |||
| c1bfaa671b |
@@ -42,7 +42,6 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Rock Solid Concepts"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -79,30 +78,6 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123944.jpg"
|
||||
imageAlt="Luxury outdoor landscape"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-standing-garden-showing-ok-gesture-looking-camera_259150-59030.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-helping-each-other-community_23-2149139734.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-pouring-drink-his-girlfriend-sitting-rooftop_23-2147891094.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-talking-smartphone-sitting-open-terrace_259150-59317.jpg", alt: "Client 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Premium Craftsmanship"},
|
||||
{
|
||||
type: "text", text: "Engineered Longevity"},
|
||||
{
|
||||
type: "text", text: "Custom Solutions"},
|
||||
{
|
||||
type: "text", text: "Expert Installation"},
|
||||
{
|
||||
type: "text", text: "Reliable Results"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -231,6 +206,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CS2yHTTsAZSldyXyxpPhCqHcbr/uploaded-1776372536780-rzs4zkqy.png"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
@@ -259,4 +235,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user