Compare commits
4 Commits
53e3a0385f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 716260036f | |||
| a3bf8c31d6 | |||
| 95e79392a8 | |||
| 53474af142 |
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
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 FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial';
|
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() {
|
export default function SweetDreamPage() {
|
||||||
return (
|
return (
|
||||||
@@ -143,8 +143,8 @@ export default function SweetDreamPage() {
|
|||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
className="py-16 lg:py-24"
|
className="py-16 lg:py-24"
|
||||||
containerClassName="max-w-6xl mx-auto"
|
containerClassName="max-w-6xl mx-auto"
|
||||||
titleClassName="text-3xl lg:text-5xl font-bold"
|
textBoxTitleClassName="text-3xl lg:text-5xl font-bold"
|
||||||
descriptionClassName="text-base lg:text-lg"
|
textBoxDescriptionClassName="text-base lg:text-lg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -185,8 +185,8 @@ export default function SweetDreamPage() {
|
|||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
className="py-16 lg:py-24"
|
className="py-16 lg:py-24"
|
||||||
containerClassName="max-w-5xl mx-auto"
|
containerClassName="max-w-5xl mx-auto"
|
||||||
titleClassName="text-3xl lg:text-5xl font-bold"
|
textBoxTitleClassName="text-3xl lg:text-5xl font-bold"
|
||||||
descriptionClassName="text-base lg:text-lg"
|
textBoxDescriptionClassName="text-base lg:text-lg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -253,8 +253,8 @@ export default function SweetDreamPage() {
|
|||||||
topMarqueeDirection="left"
|
topMarqueeDirection="left"
|
||||||
className="py-16 lg:py-24"
|
className="py-16 lg:py-24"
|
||||||
containerClassName="max-w-6xl mx-auto"
|
containerClassName="max-w-6xl mx-auto"
|
||||||
titleClassName="text-3xl lg:text-5xl font-bold"
|
textBoxTitleClassName="text-3xl lg:text-5xl font-bold"
|
||||||
descriptionClassName="text-base lg:text-lg"
|
textBoxDescriptionClassName="text-base lg:text-lg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -311,8 +311,8 @@ export default function SweetDreamPage() {
|
|||||||
]}
|
]}
|
||||||
className="py-16 lg:py-24"
|
className="py-16 lg:py-24"
|
||||||
containerClassName="max-w-5xl mx-auto"
|
containerClassName="max-w-5xl mx-auto"
|
||||||
titleClassName="text-3xl lg:text-5xl font-bold"
|
textBoxTitleClassName="text-3xl lg:text-5xl font-bold"
|
||||||
descriptionClassName="text-base lg:text-lg"
|
textBoxDescriptionClassName="text-base lg:text-lg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -380,8 +380,7 @@ export default function SweetDreamPage() {
|
|||||||
socialLinks={[
|
socialLinks={[
|
||||||
{ icon: Instagram, href: "https://instagram.com/sweetdreamchocolates", ariaLabel: "Instagram" },
|
{ icon: Instagram, href: "https://instagram.com/sweetdreamchocolates", ariaLabel: "Instagram" },
|
||||||
{ icon: Facebook, href: "https://facebook.com/sweetdreamchocolates", ariaLabel: "Facebook" },
|
{ icon: Facebook, href: "https://facebook.com/sweetdreamchocolates", ariaLabel: "Facebook" },
|
||||||
{ icon: Twitter, href: "https://twitter.com/sweetdream_co", ariaLabel: "Twitter" },
|
{ icon: Twitter, href: "https://twitter.com/sweetdream_co", ariaLabel: "Twitter" }
|
||||||
{ icon: Pinterest, href: "https://pinterest.com/sweetdreamchocolates", ariaLabel: "Pinterest" }
|
|
||||||
]}
|
]}
|
||||||
className="border-t border-accent"
|
className="border-t border-accent"
|
||||||
containerClassName="max-w-7xl mx-auto"
|
containerClassName="max-w-7xl mx-auto"
|
||||||
|
|||||||
Reference in New Issue
Block a user