Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
|||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
import { Coffee, GlassCocktail, Beer, Sandwich, Tv, Disc, Scan, SoccerBall } from "lucide-react";
|
import { Coffee, Cocktail, Beer, Sandwich, Tv, Disc, Scan, Football } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
|||||||
title: "Caffetteria", description: "Miscela selezionata e qualità costante, per iniziare la giornata con il piede giusto.", buttonIcon: Coffee,
|
title: "Caffetteria", description: "Miscela selezionata e qualità costante, per iniziare la giornata con il piede giusto.", buttonIcon: Coffee,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-natural-steam-white-wooden-table-selective-focus-christmas-background-with-copy-space-hot-coffee-drink-concept-christmas-tree-with-garland-table-new-year-concept_166373-1864.jpg", imageAlt: "Elegant coffee cup with steam"},
|
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-natural-steam-white-wooden-table-selective-focus-christmas-background-with-copy-space-hot-coffee-drink-concept-christmas-tree-with-garland-table-new-year-concept_166373-1864.jpg", imageAlt: "Elegant coffee cup with steam"},
|
||||||
{
|
{
|
||||||
title: "Aperitivi", description: "Spritz, cocktail ricercati e taglieri gourmet per serate indimenticabili.", buttonIcon: GlassCocktail,
|
title: "Aperitivi", description: "Spritz, cocktail ricercati e taglieri gourmet per serate indimenticabili.", buttonIcon: Cocktail,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-daiquiri-with-mint_23-2149451557.jpg", imageAlt: "Cocktail glass with aperitivo spread"},
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-daiquiri-with-mint_23-2149451557.jpg", imageAlt: "Cocktail glass with aperitivo spread"},
|
||||||
{
|
{
|
||||||
title: "Birre Speciali", description: "Una selezione curata che sorprende anche gli appassionati più esigenti.", buttonIcon: Beer,
|
title: "Birre Speciali", description: "Una selezione curata che sorprende anche gli appassionati più esigenti.", buttonIcon: Beer,
|
||||||
@@ -119,7 +119,7 @@ export default function LandingPage() {
|
|||||||
title: "Condividi una serata", description: "tra birre selezionate e amici, in un'atmosfera calda e accogliente.", buttonIcon: Beer,
|
title: "Condividi una serata", description: "tra birre selezionate e amici, in un'atmosfera calda e accogliente.", buttonIcon: Beer,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/row-friends-enjoying-drinks-pub_23-2147859563.jpg", imageAlt: "Friends sharing drinks at bar table"},
|
imageSrc: "http://img.b2bpic.net/free-photo/row-friends-enjoying-drinks-pub_23-2147859563.jpg", imageAlt: "Friends sharing drinks at bar table"},
|
||||||
{
|
{
|
||||||
title: "Vivi ogni partita", description: "in un ambiente coinvolgente, sentendo l'emozione del maxi schermo.", buttonIcon: SoccerBall,
|
title: "Vivi ogni partita", description: "in un ambiente coinvolgente, sentendo l'emozione del maxi schermo.", buttonIcon: Football,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/yippee-our-team-wins-joyful-guys-woman-supporters-express-wild-excitation-feel-happiness-celebrate-winning-have-cold-beer-snack-raise-clenched-fists-have-weekend-isolated-blue-wall_273609-26565.jpg", imageAlt: "Group of friends cheering watching football"},
|
imageSrc: "http://img.b2bpic.net/free-photo/yippee-our-team-wins-joyful-guys-woman-supporters-express-wild-excitation-feel-happiness-celebrate-winning-have-cold-beer-snack-raise-clenched-fists-have-weekend-isolated-blue-wall_273609-26565.jpg", imageAlt: "Group of friends cheering watching football"},
|
||||||
]}
|
]}
|
||||||
title="Un'esperienza completa"
|
title="Un'esperienza completa"
|
||||||
|
|||||||
Reference in New Issue
Block a user