Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import { Award, Heart, Mail, Sparkles } from "lucide-react";
|
||||
import { Award, Heart, Mail, Sparkles, Star, Leaf, Crown } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -54,10 +54,10 @@ export default function LandingPage() {
|
||||
imageAlt="artisanal sweets display luxury premium"
|
||||
mediaAnimation="blur-reveal"
|
||||
marqueeItems={[
|
||||
{ icon: "Star", text: "100% Natural Ingredients" },
|
||||
{ icon: "Leaf", text: "Sustainably Sourced" },
|
||||
{ icon: "Heart", text: "Handcrafted Daily" },
|
||||
{ icon: "Award", text: "Award Winning" }
|
||||
{ icon: Star, text: "100% Natural Ingredients" },
|
||||
{ icon: Leaf, text: "Sustainably Sourced" },
|
||||
{ icon: Heart, text: "Handcrafted Daily" },
|
||||
{ icon: Award, text: "Award Winning" }
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
showMarqueeCard={true}
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
title="Featured Collections"
|
||||
description="Explore our most beloved gourmet confections"
|
||||
tag="Premium Selection"
|
||||
tagIcon={Award}
|
||||
tagIcon={Crown}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "View All Products", href: "#" }
|
||||
@@ -148,9 +148,9 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names=[
|
||||
names={[
|
||||
"Artisan Collective", "Organic Certified", "Award Winning", "Green Initiative", "Heritage Crafted", "Gourmet Select", "Craft Masters", "Quality Assured"
|
||||
]
|
||||
]}
|
||||
logos={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/business-card-template-with-abstractshapes_23-2148250817.jpg", alt: "Artisan Collective"
|
||||
|
||||
Reference in New Issue
Block a user