Compare commits
9 Commits
version_11
...
96e65f76f5
| Author | SHA1 | Date | |
|---|---|---|---|
| 96e65f76f5 | |||
| 24941c97a4 | |||
| faa6ce8756 | |||
| 9dc9aa8154 | |||
| 85bd29379a | |||
| 96da8c6e5c | |||
| a43b3407b2 | |||
| fb9781321b | |||
| d348d088f2 |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #000000;
|
--background: #ffffff;
|
||||||
--card: #1b1b1b;
|
--card: #fcfcfc;
|
||||||
--foreground: #ffffff;
|
--foreground: #120006e6;
|
||||||
--primary-cta: #ff0000;
|
--primary-cta: #e63946;
|
||||||
--secondary-cta: #151515;
|
--secondary-cta: #ffffff;
|
||||||
--accent: #303030;
|
--accent: #ffcf40;
|
||||||
--background-accent: #303030;
|
--background-accent: #ffd966;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
"use client";
|
"use client";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||||
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||||
@@ -35,31 +35,12 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboard
|
||||||
title="English Dom"
|
title="English Dom"
|
||||||
description="Master English fluency with expert instructors. Interactive lessons designed for all levels."
|
description="Master English fluency with expert instructors. Interactive lessons designed for all levels."
|
||||||
mediaItems={[
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484689467-d854773z.jpg"
|
||||||
{
|
imageAlt="English Dom learning experience"
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484689467-d854773z.jpg",
|
frameStyle="card"
|
||||||
imageAlt: "English Dom learning experience"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484692441-ky6zbpw9.jpg",
|
|
||||||
imageAlt: "English Dom learning center"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484693438-07rkdlqa.jpg",
|
|
||||||
imageAlt: "Beginner English course"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484694244-h6z6ypcz.jpg",
|
|
||||||
imageAlt: "Intermediate English course"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484695254-p59fsyqd.jpg",
|
|
||||||
imageAlt: "Advanced English course"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Trial", href: "contact" },
|
{ text: "Start Trial", href: "contact" },
|
||||||
{ text: "All Courses", href: "features" }
|
{ text: "All Courses", href: "features" }
|
||||||
|
|||||||
Reference in New Issue
Block a user