From 927d156df6df591b267bbe94a9d5c831fde8c2cf Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Fri, 20 Sep 2024 12:46:41 +0300 Subject: [PATCH] Hero updates --- .../components/landing/HeroSection.vue | 692 ++++++++++++++++- .../landing/samples/CustomersApp.vue | 696 +----------------- 2 files changed, 695 insertions(+), 693 deletions(-) diff --git a/apps/showcase/components/landing/HeroSection.vue b/apps/showcase/components/landing/HeroSection.vue index 5e41d2242..e45b182c8 100644 --- a/apps/showcase/components/landing/HeroSection.vue +++ b/apps/showcase/components/landing/HeroSection.vue @@ -106,6 +106,7 @@ }, { 'text-muted-color hover:bg-emphasis bg-transparent': selectedSampleAppsSidebarNav !== navItem.title, 'text-primary-contrast bg-primary hover:bg-primary-emphasis ': selectedSampleAppsSidebarNav === navItem.title } ]" + @click="visibleRight = true" > @@ -128,14 +129,210 @@ + + + +