Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||
@@ -10,7 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial';
|
||||
import { Sparkles, Heart, Award, Star, HelpCircle, Mail, Instagram, Facebook, Twitter, Pinterest } from "lucide-react";
|
||||
import { Sparkles, Heart, Award, Star, HelpCircle, Mail, Instagram, Facebook, Twitter } from "lucide-react";
|
||||
|
||||
export default function SweetDreamPage() {
|
||||
return (
|
||||
@@ -380,8 +380,7 @@ export default function SweetDreamPage() {
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "https://instagram.com/sweetdreamchocolates", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "https://facebook.com/sweetdreamchocolates", ariaLabel: "Facebook" },
|
||||
{ icon: Twitter, href: "https://twitter.com/sweetdream_co", ariaLabel: "Twitter" },
|
||||
{ icon: Pinterest, href: "https://pinterest.com/sweetdreamchocolates", ariaLabel: "Pinterest" }
|
||||
{ icon: Twitter, href: "https://twitter.com/sweetdream_co", ariaLabel: "Twitter" }
|
||||
]}
|
||||
className="border-t border-accent"
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
|
||||
Reference in New Issue
Block a user