Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ddc473006 | |||
| 26af4fe8e3 | |||
| 0207ba8a80 | |||
| 63ab1545e5 | |||
| 25d500b5cd | |||
| 875636d4b8 | |||
| 7c46f85aa4 |
@@ -9,7 +9,7 @@ import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
|||||||
import MediaAbout from "@/components/sections/about/MediaAbout";
|
import MediaAbout from "@/components/sections/about/MediaAbout";
|
||||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||||
import { Facebook, Linkedin } from "lucide-react";
|
import { Linkedin, Facebook } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -194,7 +194,8 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=4"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=4"
|
||||||
imageAlt="CMC production facility"
|
imageAlt="CMC production facility"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Learn Our Story →", href: "#" }
|
{ text: "Learn Our Story →", href: "#" },
|
||||||
|
{ text: "Get a Custom Quote →", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user