Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 76e91746f6 | |||
| 97e6c6a425 | |||
| 261d46b069 | |||
| 1165747401 | |||
| d612c329e8 | |||
| 6bae7646a6 |
@@ -1414,4 +1414,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Droplet, Globe, Leaf, Wind } from 'lucide-react';
|
||||
import { Droplet, Globe, Leaf, Wind, Award } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -127,8 +127,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
cardClassName="relative"
|
||||
imageClassName="relative group overflow-hidden"
|
||||
buttons={[
|
||||
{ text: "Order Now", href: "#" }
|
||||
{ text: "Shop Sustainable Cups", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -255,4 +257,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user