Compare commits
3 Commits
version_18
...
version_19
| Author | SHA1 | Date | |
|---|---|---|---|
| 993d833a73 | |||
| 4c01c028d6 | |||
| 96bdf487e2 |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import { Instagram, Facebook, MapPin } from "lucide-react";
|
||||
import { MapPin } from "lucide-react";
|
||||
|
||||
export default function FullMenuPage() {
|
||||
return (
|
||||
@@ -57,8 +57,6 @@ export default function FullMenuPage() {
|
||||
<FooterCard
|
||||
logoText="Mr. Bagel Gorham"
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "https://www.instagram.com/gorhammisterbagel/", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "https://www.facebook.com/MrBagelGorham/", ariaLabel: "Facebook" },
|
||||
{ icon: MapPin, href: "#", ariaLabel: "13 New Portland Rd, Gorham, ME 04038" }
|
||||
]}
|
||||
copyrightText="© 2025 Mr. Bagel Gorham. All rights reserved. 13 New Portland Rd, Gorham, ME 04038."
|
||||
|
||||
@@ -8,7 +8,7 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Coffee, Instagram, Facebook, MapPin, Quote } from "lucide-react";
|
||||
import { Coffee, MapPin, Quote } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -114,8 +114,6 @@ export default function LandingPage() {
|
||||
<FooterCard
|
||||
logoText="Mr. Bagel Gorham"
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "https://www.instagram.com/gorhammisterbagel/", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "https://www.facebook.com/MrBagelGorham/", ariaLabel: "Facebook" },
|
||||
{ icon: MapPin, href: "#", ariaLabel: "13 New Portland Rd, Gorham, ME 04038" }
|
||||
]}
|
||||
copyrightText="© 2025 Mr. Bagel Gorham. All rights reserved. 13 New Portland Rd, Gorham, ME 04038."
|
||||
|
||||
Reference in New Issue
Block a user