Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -19,13 +19,13 @@ export default function LandingPage() {
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="medium"
|
||||
background="grid"
|
||||
cardStyle="solid"
|
||||
background="floatingGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<div id="nav" data-section="nav" className="mx-auto px-4 md:px-6">
|
||||
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
centerIcon: Bot
|
||||
}
|
||||
]}
|
||||
animationType="entrance-slide"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Skills section"
|
||||
@@ -107,7 +107,7 @@ export default function LandingPage() {
|
||||
{ id: "m2", value: "11th & 12th", title: "Resonance Junior College", description: "Advanced studies in science and mathematics, preparing for engineering.", imageSrc: "http://img.b2bpic.net/free-photo/person-with-books-digital-art-style-education-day_23-2151164290.jpg", imageAlt: "Resonance Junior College" },
|
||||
{ id: "m3", value: "B.Tech Student", title: "Kakatiya Institute of Technology and Science (KITSW)", description: "Current pursuit of a Bachelor of Technology, specializing in cutting-edge tech.", imageSrc: "http://img.b2bpic.net/free-photo/business-conference-vr-office_1268-21445.jpg", imageAlt: "Kakatiya Institute of Technology and Science (KITSW)" }
|
||||
]}
|
||||
animationType="entrance-slide"
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
ariaLabel="Education section"
|
||||
@@ -126,7 +126,7 @@ export default function LandingPage() {
|
||||
{ id: "p6", name: "AI-Powered Web Scraper", price: "Tool Development", imageSrc: "http://img.b2bpic.net/free-photo/hands-typing-laptop-top-view_23-2149311919.jpg", imageAlt: "AI-Powered Web Scraper for Data Analytics", rating: 4 }
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="entrance-slide"
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Projects section"
|
||||
@@ -206,4 +206,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user