Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -13,7 +13,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
import { Sparkles, Utensils, Wheat, Wine, LampDesk, PartyPopper, MoonStar, Grapes, Microscope } from "lucide-react";
|
import { Sparkles, Utensils, Wheat, Wine, LampDesk, PartyPopper, MoonStar, Grape, Microscope } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -148,7 +148,7 @@ export default function LandingPage() {
|
|||||||
icon: Wine,
|
icon: Wine,
|
||||||
text: "Expert Pairings"},
|
text: "Expert Pairings"},
|
||||||
{
|
{
|
||||||
icon: Grapes,
|
icon: Grape,
|
||||||
text: "Regional Wines"},
|
text: "Regional Wines"},
|
||||||
{
|
{
|
||||||
icon: Microscope,
|
icon: Microscope,
|
||||||
|
|||||||
Reference in New Issue
Block a user