Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 58214015fd | |||
| 8fb4561480 | |||
| 7662cd38cf | |||
| 7ddb4721af |
@@ -1,6 +1,6 @@
|
||||
"use client"
|
||||
|
||||
import { ChefHat, Sparkles, Facebook, Instagram, Phone } from "lucide-react";
|
||||
import { ChefHat, Sparkles, Facebook, Instagram, Phone, Award } from "lucide-react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
description="Experience authentic culinary excellence in an atmosphere of warmth and sophistication. Located in the heart of Middelburg, we craft memorable dining moments with carefully curated menus and impeccable service."
|
||||
buttons={[
|
||||
{ text: "Reserve Your Table", href: "#contact" },
|
||||
{ text: "View Our Menu", href: "#features" }
|
||||
{ text: "Explore Menu" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wine-glass_1203-2779.jpg"
|
||||
@@ -58,8 +58,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
tag="About Us"
|
||||
title="Where Passion Meets Palate"
|
||||
tag="Award-Winning Excellence"
|
||||
tagIcon={Award}
|
||||
title="Award-Winning Culinary Excellence Since 2010"
|
||||
buttons={[
|
||||
{ text: "Visit Us", href: "#contact" }
|
||||
]}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #0c1325;
|
||||
--primary-cta: #0798ff;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #0c1325;
|
||||
--accent: #93c7ff;
|
||||
--background-accent: #a8cde8;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000f06e6;
|
||||
--primary-cta: #0a7039;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000f06e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user