Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 28c218d12b | |||
| 7764cfed5b | |||
| c1bfaa671b | |||
| f13d5f21f3 | |||
| 27dccf9f27 | |||
| 493e05c07b | |||
| 1ba5338635 |
@@ -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>
|
||||
|
||||
@@ -206,7 +181,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "f2", title: "Do you provide estimates?", content: "Yes, we offer professional, no-pressure estimates after an on-site consultation to ensure your quote is accurate."},
|
||||
{
|
||||
id: "f3", title: "How long will my patio last?", content: "When built to our standard (which includes reinforced drainage and deep-compacted base), our projects are designed for decades of service."},
|
||||
id: "f3", title: "How long will my patio last?", content: "Our projects are engineered for decades of service, built with reinforced drainage and deep-compacted bases."},
|
||||
{
|
||||
id: "f4", title: "Are you licensed and insured?", content: "Absolutely. Reliability and security are core principles of Rock Solid Concepts."},
|
||||
]}
|
||||
@@ -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