Merge version_1 into main #2
@@ -11,7 +11,7 @@ import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Sparkles, Facebook, Instagram, Pinterest } from "lucide-react";
|
||||
import { Sparkles, Facebook, Instagram, Pin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -192,7 +192,7 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{ icon: Facebook, href: "https://facebook.com/chicglowsalon", ariaLabel: "Facebook" },
|
||||
{ icon: Instagram, href: "https://instagram.com/chicglowsalon", ariaLabel: "Instagram" },
|
||||
{ icon: Pinterest, href: "https://pinterest.com/chicglowsalon", ariaLabel: "Pinterest" }
|
||||
{ icon: Pin, href: "https://pinterest.com/chicglowsalon", ariaLabel: "Pinterest" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user