Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e1b462b86 | |||
| 6dbbaaabbf | |||
| 869f794cd8 |
@@ -10,7 +10,6 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'
|
|||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
|
||||||
import { Shield } from "lucide-react";
|
import { Shield } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -117,25 +116,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
|
||||||
<TeamCardEleven
|
|
||||||
animationType="blur-reveal"
|
|
||||||
title="Our Collaboration & Gallery"
|
|
||||||
description="See our team in action and the results we deliver to our partners and clients."
|
|
||||||
textboxLayout="split"
|
|
||||||
useInvertedBackground={true}
|
|
||||||
groups={[
|
|
||||||
{
|
|
||||||
id: "g1", groupTitle: "Project Highlights", members: [
|
|
||||||
{ id: "m1", title: "Site Preparation", subtitle: "Expert Grading", detail: "Preparation work completed in Splendora", imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-guy-talking-phone-waving-waitress-outdoor-cafe-asking-bill_176420-25736.jpg" },
|
|
||||||
{ id: "m2", title: "Fence Line Installation", subtitle: "Custom Fencing", detail: "High-durability ranch fence installation", imageSrc: "http://img.b2bpic.net/free-photo/attractive-bearded-redhead-male-pink-shirt-blue-jacket-sits-table-cafe-using-tablet-pc_613910-2046.jpg" },
|
|
||||||
{ id: "m3", title: "Gate Automation", subtitle: "Security Upgrades", detail: "Finished entry point for property security", imageSrc: "http://img.b2bpic.net/free-photo/man-buying-fresh-vegetables-store_482257-91123.jpg" }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user