Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
|
|||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
import { Headphones, Music, Sparkles, Users, Guitar, GlassWater, Martini, Bottle, HeartHandshake } from "lucide-react";
|
import { Headphones, Music, Sparkles, Users, Guitar, GlassWater, Martini, HeartHandshake, Wine } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -133,7 +133,7 @@ export default function LandingPage() {
|
|||||||
reverse: false,
|
reverse: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Cocktail Bar d'Autore", description: "I nostri esperti mixologist creano cocktail innovativi e classici messicani, perfetti per accompagnare i tuoi tacos o semplicemente per goderti un drink con gli amici.", media: {
|
title: "Cocktail Bar d'Autore", description: "I nostri esperti mixologist creano cocktail innovativi e classici messicani, perfetti per accompagnare i tuoi tacos o semplicemente per goderti un drink con gli amici. ", media: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-table-with-treats-halloween_23-2148603663.jpg", imageAlt: "Bartender che prepara cocktail in un bar con luci neon"},
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-table-with-treats-halloween_23-2148603663.jpg", imageAlt: "Bartender che prepara cocktail in un bar con luci neon"},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
@@ -143,7 +143,7 @@ export default function LandingPage() {
|
|||||||
icon: Martini,
|
icon: Martini,
|
||||||
text: "Cocktail creativi"},
|
text: "Cocktail creativi"},
|
||||||
{
|
{
|
||||||
icon: Bottle,
|
icon: Wine,
|
||||||
text: "Ampia selezione di Tequila & Mezcal"},
|
text: "Ampia selezione di Tequila & Mezcal"},
|
||||||
],
|
],
|
||||||
reverse: true,
|
reverse: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user