Closed mheob closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
tsg-irlich-web | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 14, 2024 6:54pm |
tsg-irlich-web-studio | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 14, 2024 6:54pm |
The pull request introduces several modifications across various components in the application. Key changes include updates to CSS styling, particularly the mask-image
properties in the Groups.astro
and Hero.astro
components, and enhancements to the PriceTable.astro
component's layout and background images. New components, Testimonials
and TestimonialsGroup
, are added to showcase user testimonials, while existing components are refactored for improved clarity and functionality. Overall, these changes aim to enhance the visual presentation and user engagement on the webpage.
File Path | Change Summary |
---|---|
apps/web/src/components/page-sections/home/Groups.astro apps/web/src/components/page-sections/home/Hero.astro |
Modified mask-image properties; Groups removed xml:space='preserve' , Hero removed clip-rule . |
apps/web/src/components/page-sections/home/PriceTable.astro |
Updated section styling and background images to new asset paths for improved thematic representation. |
apps/web/src/components/page-sections/home/Testimonials.astro |
Introduced a new component to display testimonials, utilizing a structured array of testimonial data. |
apps/web/src/components/page-sections/home/Vision.astro |
Simplified invocation of SectionHeader by consolidating properties into a single line. |
apps/web/src/components/page-sections/home/index.ts |
Added export statements for Testimonials and TestimonialsGroup components. |
apps/web/src/components/page-sections/home/testimonials/TestimonialsGroup.astro |
New component to render a group of testimonials, accepting an array of testimonial data. |
apps/web/src/components/page-sections/home/testimonials/TestimonialsItem.astro |
New component for displaying individual testimonials with props for citation and highlighting. |
apps/web/src/pages/index.astro |
Replaced placeholder <div> with the new Testimonials component to enhance page content. |
Hero.astro
component in this PR modifies the mask-image
property, similar to the changes made in the Groups.astro
component of the main PR, which also involves CSS styling adjustments related to SVG rendering.PriceTable.astro
component introduces a structured layout for displaying pricing options, which may relate to the visual presentation improvements seen in the Groups.astro
component of the main PR, as both involve enhancing the user interface through visual elements.🐇 In a world of code, where changes flow,
New testimonials shine, like stars aglow.
With masks and styles, the pages dance,
A rabbit's cheer for this coding romance!
Hops of joy for the updates bright,
Enhancing our site, oh what a delight! 🌟
[!TIP]
OpenAI O1 model for chat
- We have deployed OpenAI's latest O1 model for chat. - OpenAI claims that this model has superior reasoning capabilities than their GPT-4o model. - Please share any feedback with us in the [discussions post](https://discord.com/channels/1134356397673414807/1283929536186155099).
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
closes #79
Summary by CodeRabbit
New Features
Testimonials
component to display user feedback, enhancing engagement and credibility.TestimonialsGroup
andTestimonialsItem
components for structured testimonial presentation.Visual Enhancements
Refactor
SectionHeader
component in theVision
section.Module Updates
index.ts
to include new testimonial components.