Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2643585c71 | |||
| 50b9c0f4a6 | |||
| 4f0f739cea | |||
| 8ee8969769 | |||
| 7a04a61110 | |||
| dca3535484 | |||
| 067313daff | |||
| d7b5a5ad08 | |||
| f3c4301c6d | |||
| 45ac876f5a |
1413
src/app/layout.tsx
1413
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
@@ -43,34 +43,27 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroSplitKpi
|
||||||
title="Class Is In Session."
|
kpis={[
|
||||||
description="Welcome to Classroom Cafe & Bar — A premium lounge experience with delicious food, affordable drinks, and unforgettable vibes."
|
|
||||||
tag="Where Good Food Meets Great Nights"
|
|
||||||
background={{ variant: "radial-gradient" }}
|
|
||||||
mediaItems={[
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/craft-beer-booze-brew-alcohol-celebrate-refreshment_53876-46913.jpg", imageAlt: "Luxury lounge interior with warm lighting"
|
value: "Premium", label: "Lounge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-alcoholic-drinks-with-rosemary_23-2148617573.jpg", imageAlt: "Premium cocktail drink"
|
value: "Delicious", label: "Food"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/furniture-cofeee-shop_116348-48.jpg?_wi=1", imageAlt: "Bar lounge seating area"
|
value: "Unforgettable", label: "Vibes"
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-decorated-cocktail-summer-drink_53876-95376.jpg", imageAlt: "Colorful signature cocktail"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-drink_23-2149295235.jpg?_wi=1", imageAlt: "Nighttime lounge ambience"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
title="Classroom Cafe & Bar"
|
||||||
|
description="Where Good Food Meets Great Nights"
|
||||||
|
background={{ variant: "plain" }}
|
||||||
|
enableKpiAnimation={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Reserve Your Table", href: "#reservation" },
|
{ text: "Reserve Your Table", href: "#reservation" },
|
||||||
{ text: "View Menu", href: "#dishes" }
|
{ text: "View Menu", href: "#dishes" }
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttonAnimation="slide-up"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #fbfaff;
|
--background: #2d1b4e;
|
||||||
--card: #f7f5ff;
|
--card: #3d2860;
|
||||||
--foreground: #0f0022;
|
--foreground: #e8d5f2;
|
||||||
--primary-cta: #8b5cf6;
|
--primary-cta: #f5a623;
|
||||||
--primary-cta-text: #fbfaff;
|
--primary-cta-text: #fbfaff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #3d2860;
|
||||||
--secondary-cta-text: #0f0022;
|
--secondary-cta-text: #0f0022;
|
||||||
--accent: #f5cece;
|
--accent: #d4a5f2;
|
||||||
--background-accent: #a7aafa;
|
--background-accent: #f5a623;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user