Update src/app/gallery/page.tsx
This commit is contained in:
@@ -83,11 +83,11 @@ export default function GalleryPage() {
|
||||
useInvertedBackground={false}
|
||||
blogs={[
|
||||
{
|
||||
id: "1", category: "Kitchen", title: "Modern Granite Kitchen Transformation", excerpt: "Sleek black granite worktop with white cabinetry creates stunning contemporary kitchen design.", imageSrc: "http://img.b2bpic.net/free-photo/center-cooktop-blue-modules-stone-backdrop_169016-69293.jpg", imageAlt: "Modern kitchen with black granite worktop", authorName: "Granite House", authorAvatar: "http://img.b2bpic.net/free-photo/composition-with-stationery-elements-gray_23-2148851549.jpg", date: "2024"},
|
||||
id: "1", category: "Kitchen", title: "Modern Granite Kitchen Transformation", excerpt: "Sleek black granite worktop with white cabinetry creates stunning contemporary kitchen design.", imageSrc: "http://img.b2bpic.net/free-photo/center-cooktop-blue-modules-stone-backdrop_169016-69293.jpg?_wi=2", imageAlt: "Modern kitchen with black granite worktop", authorName: "Granite House", authorAvatar: "http://img.b2bpic.net/free-photo/composition-with-stationery-elements-gray_23-2148851549.jpg", date: "2024"},
|
||||
{
|
||||
id: "2", category: "Bathroom", title: "Marble Bathroom Vanity Installation", excerpt: "Elegant white marble creates a spa-like bathroom experience with natural stone beauty.", imageSrc: "http://img.b2bpic.net/free-photo/sink_74190-3600.jpg", imageAlt: "Marble bathroom vanity with modern fixtures", authorName: "Granite House", authorAvatar: "http://img.b2bpic.net/free-photo/composition-with-stationery-elements-gray_23-2148851549.jpg", date: "2024"},
|
||||
id: "2", category: "Bathroom", title: "Marble Bathroom Vanity Installation", excerpt: "Elegant white marble creates a spa-like bathroom experience with natural stone beauty.", imageSrc: "http://img.b2bpic.net/free-photo/sink_74190-3600.jpg?_wi=2", imageAlt: "Marble bathroom vanity with modern fixtures", authorName: "Granite House", authorAvatar: "http://img.b2bpic.net/free-photo/composition-with-stationery-elements-gray_23-2148851549.jpg", date: "2024"},
|
||||
{
|
||||
id: "3", category: "Kitchen", title: "Quartz Island Worktop Project", excerpt: "Large engineered quartz island becomes the centerpiece of this family kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530823.jpg", imageAlt: "Large quartz island worktop in spacious kitchen", authorName: "Granite House", authorAvatar: "http://img.b2bpic.net/free-photo/composition-with-stationery-elements-gray_23-2148851549.jpg", date: "2024"},
|
||||
id: "3", category: "Kitchen", title: "Quartz Island Worktop Project", excerpt: "Large engineered quartz island becomes the centerpiece of this family kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530823.jpg?_wi=2", imageAlt: "Large quartz island worktop in spacious kitchen", authorName: "Granite House", authorAvatar: "http://img.b2bpic.net/free-photo/composition-with-stationery-elements-gray_23-2148851549.jpg", date: "2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,13 +101,13 @@ export default function GalleryPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "01", title: "Consultation", description: "Meet with our experts to discuss your vision, budget, and material preferences.", imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg", imageAlt: "Professional consultation meeting"},
|
||||
id: "01", title: "Consultation", description: "Meet with our experts to discuss your vision, budget, and material preferences.", imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg?_wi=1", imageAlt: "Professional consultation meeting"},
|
||||
{
|
||||
id: "02", title: "Template & Measure", description: "Precise measurements and templates ensure perfect fit for your space.", imageSrc: "http://img.b2bpic.net/free-photo/retractable-tape-measure-white-background_191095-100083.jpg", imageAlt: "Precision measurement tools"},
|
||||
{
|
||||
id: "03", title: "Fabrication", description: "Expert craftsmanship and precision cutting create your custom stone worktop.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-works-with-professional-precision-drilling-tool_169016-51824.jpg", imageAlt: "Stone fabrication process"},
|
||||
id: "03", title: "Fabrication", description: "Expert craftsmanship and precision cutting create your custom stone worktop.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-works-with-professional-precision-drilling-tool_169016-51824.jpg?_wi=1", imageAlt: "Stone fabrication process"},
|
||||
{
|
||||
id: "04", title: "Installation", description: "Professional installation ensures flawless fit and finish in your home.", imageSrc: "http://img.b2bpic.net/free-photo/point-view-young-handyman-using-power-drill-fix-door-kitchen-cabinet_662251-2704.jpg", imageAlt: "Professional installation work"},
|
||||
id: "04", title: "Installation", description: "Professional installation ensures flawless fit and finish in your home.", imageSrc: "http://img.b2bpic.net/free-photo/point-view-young-handyman-using-power-drill-fix-door-kitchen-cabinet_662251-2704.jpg?_wi=1", imageAlt: "Professional installation work"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user