9 Commits

Author SHA1 Message Date
b71731ac7e Merge version_4 into main
Merge version_4 into main
2026-04-16 20:49:45 +00:00
28c218d12b Update src/app/page.tsx 2026-04-16 20:49:42 +00:00
c96528a509 Merge version_4 into main
Merge version_4 into main
2026-04-16 20:49:15 +00:00
7764cfed5b Update src/app/page.tsx 2026-04-16 20:49:12 +00:00
c1bfaa671b Merge version_3 into main
Merge version_3 into main
2026-04-16 20:47:45 +00:00
f13d5f21f3 Update src/app/page.tsx 2026-04-16 20:47:42 +00:00
27dccf9f27 Merge version_2 into main
Merge version_2 into main
2026-04-16 19:02:19 +00:00
493e05c07b Merge version_2 into main
Merge version_2 into main
2026-04-16 19:01:46 +00:00
1ba5338635 Merge version_2 into main
Merge version_2 into main
2026-04-16 19:01:14 +00:00

View File

@@ -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>
);
}
}