diff --git a/public/temp.jpg b/public/temp.jpg new file mode 100644 index 0000000..4339392 Binary files /dev/null and b/public/temp.jpg differ diff --git a/src/components/Hero.astro b/src/components/Hero.astro index f4fb3ff..dc22aa5 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -1,11 +1,29 @@ -
+ +
+
+ +
+ +
+ +
+

Lorem Ipsum

+

Lorem ipsum dolor, sit amet consectetur adipisicing elit. A suscipit facilis doloribus, dicta cupiditate sint nisi ad explicabo cumque dolorem quaerat hic aliquid. Iste quia aspernatur nam distinctio, animi dolorum?

+
+ +
+ + +
+
+
\ No newline at end of file diff --git a/src/pages/[lang]/index.astro b/src/pages/[lang]/index.astro index 860e250..1ba375c 100644 --- a/src/pages/[lang]/index.astro +++ b/src/pages/[lang]/index.astro @@ -12,6 +12,6 @@ export async function getStaticPaths() { }); } --- - + \ No newline at end of file diff --git a/src/style/index.css b/src/style/index.css index 7bfee8f..d0a8d67 100644 --- a/src/style/index.css +++ b/src/style/index.css @@ -3,7 +3,7 @@ @tailwind utilities; /* Light Mode: https://www.realtimecolors.com/dashboard?colors=161618-f0f0f0-FFE500-dbddff-6120cf&fonts=Poppins-Poppins -Dark Mode: https://www.realtimecolors.com/dashboard?colors=e7e7e9-0f0f0f-5819c5-000568-ffe500&fonts=Poppins-Poppins +Dark Mode: https://www.realtimecolors.com/dashboard?colors=e7e7e9-0f0f0f-5819c5-390068-ffe500&fonts=Poppins-Poppins */ @layer base { :root { @@ -19,7 +19,7 @@ Dark Mode: https://www.realtimecolors.com/dashboard?colors=e7e7e9-0f0f0f-5819c5 --color-bkg: 0deg, 0%, 6%; --color-content: 240deg, 4%, 91%; --color-primary: 262deg, 77%, 44%; - --color-secondary: 237deg, 100%, 20%; + --color-secondary: 273deg, 100%, 20%; --color-accent: 54deg, 100%, 50%; } } @@ -28,7 +28,7 @@ Dark Mode: https://www.realtimecolors.com/dashboard?colors=e7e7e9-0f0f0f-5819c5 --color-bkg: 0deg, 0%, 6%; --color-content: 240deg, 4%, 91%; --color-primary: 262deg, 77%, 44%; - --color-secondary: 237deg, 100%, 20%; + --color-secondary: 273deg, 100%, 20%; --color-accent: 54deg, 100%, 50%; } @@ -36,7 +36,7 @@ Dark Mode: https://www.realtimecolors.com/dashboard?colors=e7e7e9-0f0f0f-5819c5 --color-bkg: 0deg, 0%, 94%; --color-content: 240deg, 4%, 9%; --color-primary: 54deg, 100%, 50%; - --color-secondary: 237deg, 100%, 20%; + --color-secondary: 237deg, 100%, 93%; --color-accent: 262deg, 73%, 47%; } } \ No newline at end of file