Merge version_2 into main #3
@@ -9,7 +9,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa
|
|||||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||||
import { Award, Heart, Mail, Sparkles, Star, Leaf, Crown } from "lucide-react";
|
import { Award, Heart, Mail, Sparkles, Star, Leaf, Crown, Phone, MapPin, Clock } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
|||||||
description="Have questions about our premium sweets? Want a custom order for a special occasion? We'd love to hear from you. Reach out today!"
|
description="Have questions about our premium sweets? Want a custom order for a special occasion? We'd love to hear from you. Reach out today!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Contact Us", href: "mailto:hello@sweetnature.com" },
|
{ text: "Contact Us", href: "mailto:hello@sweetnature.com" },
|
||||||
{ text: "Shop Now", href: "#" }
|
{ text: "Shop Now", href: "#products" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user