Merge version_2 into main #3
@@ -157,9 +157,9 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "cappuccino-fav", name: "Cappuccino", price: "45 kr", imageSrc: "http://img.b2bpic.net/free-photo/cup-delicious-coffee-with-coffee-beans-marble-background-high-quality-photo_114579-67861.jpg", imageAlt: "Cappuccino"},
|
||||
{
|
||||
id: "ismatcha-fav", name: "Ismatcha", price: "59 kr", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215064.jpg", imageAlt: "Ismatcha"},
|
||||
id: "ismatcha-fav", name: "Ismatcha", price: "59 kr", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215064.jpg", alt: "Ismatcha"},
|
||||
{
|
||||
id: "ciabatta-kyckling-bacon-fav", name: "Ciabatta Kyckling & Bacon", price: "95 kr", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-hot-dogs-wooden-chopping-board-near-fig-slices-almond_23-2147956754.jpg", imageAlt: "Ciabatta Kyckling & Bacon"},
|
||||
id: "ciabatta-kyckling-bacon-fav", name: "Ciabatta Kyckling & Bacon", price: "95 kr", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-hot-dogs-wooden-chopping-board-near-fig-slices-almond_23-2147956754.jpg", alt: "Ciabatta Kyckling & Bacon"},
|
||||
]}
|
||||
title="Våra Populära Favoriter"
|
||||
description="Miss inte dessa kundfavoriter som alltid gör dagen lite godare – perfekta för att beställa online eller njuta på plats."
|
||||
@@ -275,9 +275,9 @@ export default function LandingPage() {
|
||||
description="Vi ser fram emot att höra från dig! Besök oss på adressen, ring oss eller skicka ett meddelande via e-post."
|
||||
buttons={[
|
||||
{
|
||||
text: "Se på Karta", href: "https://maps.app.goo.gl/example"},
|
||||
text: "Se på Karta", href: "https://www.google.com/maps/search/?api=1&query=Rådhuscaféet%20I%20Karlstad%20Ab,%20Tingvallagatan%208,%20652%2025%20Karlstad"},
|
||||
{
|
||||
text: "Ring Oss", href: "tel:+46-54-123456"},
|
||||
text: "Ring Oss", href: "tel:0736899666"},
|
||||
{
|
||||
text: "Skicka E-post", href: "mailto:info@radhuscafet.se"},
|
||||
]}
|
||||
@@ -298,4 +298,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user