Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 27da5a5a2c | |||
| 5ea0bc1b69 | |||
| 12cd896f2e | |||
| 31c1d42305 | |||
| e67bf2c48f |
@@ -7,7 +7,7 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
|||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import { Phone, Building2 } from "lucide-react";
|
import { Phone, Building2, MapPin } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -79,6 +79,19 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="map" data-section="map" className="w-full">
|
||||||
|
<iframe
|
||||||
|
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2943.5186084050854!2d-70.89965642371988!3d42.52044827117188!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89e3146473e35a11%3A0x6f1165b4c6e64052!2s19%20Hancock%20St%20%233%2C%20Salem%2C%20MA%2001970!5e0!3m2!1sen!2sus!4v1715876543210!5m2!1sen!2sus"
|
||||||
|
width="100%"
|
||||||
|
height="450"
|
||||||
|
style={{ border: 0 }}
|
||||||
|
allowFullScreen
|
||||||
|
loading="lazy"
|
||||||
|
referrerPolicy="no-referrer-when-downgrade"
|
||||||
|
aria-label="Location map for 19 Hancock St #3, Salem, MA"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/people-renovating-house-concept_53876-20670.jpg?id=2826171"
|
imageSrc="http://img.b2bpic.net/free-photo/people-renovating-house-concept_53876-20670.jpg?id=2826171"
|
||||||
|
|||||||
Reference in New Issue
Block a user