Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -1392,4 +1392,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -67,12 +67,12 @@ export default function HomePage() {
|
||||
tag="Portfolio Highlights"
|
||||
tagIcon={Sparkles}
|
||||
features={[
|
||||
{ title: "Modern Penthouse", description: "Sleek urban sanctuary with floor-to-ceiling glass and pristine interiors captured in liquid light.", imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg", imageAlt: "Modern penthouse interior"},
|
||||
{ title: "Waterfront Estate", description: "Sprawling luxury compound featuring crystalline pool reflections and architectural drama at twilight.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020299.jpg", imageAlt: "Luxury estate with pool exterior"},
|
||||
{ title: "Chef's Kitchen", description: "Custom culinary space where precision design meets authentic functionality in minimalist elegance.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-is-drinking-water-talking-mobile-phone-smiling-while-standing-kitchen-home_231208-9934.jpg", imageAlt: "Luxury kitchen design"},
|
||||
{ title: "Spa Sanctuary", description: "Serene master bathroom retreat embodying luxury wellness through sophisticated material and light play.", imageSrc: "http://img.b2bpic.net/free-photo/white-porcelain-sink-with-towels_1203-1320.jpg", imageAlt: "Luxury bathroom interior"},
|
||||
{ title: "Commercial Landmark", description: "Iconic office tower with striking geometric facades captured across light and shadow conditions.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-lady-outdoors_171337-19434.jpg", imageAlt: "Modern commercial building"},
|
||||
{ title: "Grand Dining Hall", description: "Entertaining masterpiece with sophisticated ambiance, perfect for high-end lifestyle documentation.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-authentic-interior-design_53876-129853.jpg", imageAlt: "Luxury dining room"},
|
||||
{ title: "Modern Penthouse", description: "Sleek urban sanctuary with floor-to-ceiling glass and pristine interiors captured in liquid light.", imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg", imageAlt: "Modern penthouse interior", button: { text: "View Details", href: "/portfolio/modern-penthouse" }},
|
||||
{ title: "Waterfront Estate", description: "Sprawling luxury compound featuring crystalline pool reflections and architectural drama at twilight.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020299.jpg", imageAlt: "Luxury estate with pool exterior", button: { text: "View Details", href: "/portfolio/waterfront-estate" }},
|
||||
{ title: "Chef's Kitchen", description: "Custom culinary space where precision design meets authentic functionality in minimalist elegance.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-is-drinking-water-talking-mobile-phone-smiling-while-standing-kitchen-home_231208-9934.jpg", imageAlt: "Luxury kitchen design", button: { text: "View Details", href: "/portfolio/chefs-kitchen" }},
|
||||
{ title: "Spa Sanctuary", description: "Serene master bathroom retreat embodying luxury wellness through sophisticated material and light play.", imageSrc: "http://img.b2bpic.net/free-photo/white-porcelain-sink-with-towels_1203-1320.jpg", imageAlt: "Luxury bathroom interior", button: { text: "View Details", href: "/portfolio/spa-sanctuary" }},
|
||||
{ title: "Commercial Landmark", description: "Iconic office tower with striking geometric facades captured across light and shadow conditions.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-lady-outdoors_171337-19434.jpg", imageAlt: "Modern commercial building", button: { text: "View Details", href: "/portfolio/commercial-landmark" }},
|
||||
{ title: "Grand Dining Hall", description: "Entertaining masterpiece with sophisticated ambiance, perfect for high-end lifestyle documentation.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-authentic-interior-design_53876-129853.jpg", imageAlt: "Luxury dining room", button: { text: "View Details", href: "/portfolio/grand-dining-hall" }},
|
||||
]}
|
||||
gridVariant="one-large-right-three-stacked-left"
|
||||
animationType="blur-reveal"
|
||||
@@ -160,4 +160,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user