mirror of
https://github.com/harivansh-afk/Austens-Wedding-Guide.git
synced 2026-04-18 18:03:43 +00:00
improved success stories and vendors pages and added content to both
This commit is contained in:
parent
c0be9d48d6
commit
0ba8db4935
14 changed files with 240 additions and 6 deletions
|
|
@ -243,5 +243,167 @@ export const VENDOR_LISTINGS: VendorListing[] = [
|
|||
text: 'The music was absolutely enchanting, perfect for both the ceremony and dancing.'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: '10',
|
||||
name: 'Northanger Abbey Gothic Tours',
|
||||
description: 'Experience the mysterious charm of Bath\'s most enigmatic abbey. Perfect for those seeking a touch of Gothic romance in their celebration. As featured in Catherine Morland\'s memorable visits.',
|
||||
category: 'venue',
|
||||
location: 'Bath',
|
||||
imageUrl: '/images/vendors/northanger.jpg',
|
||||
priceRange: '£££',
|
||||
rating: {
|
||||
reputation: 4,
|
||||
elegance: 5,
|
||||
value: 4
|
||||
},
|
||||
features: [
|
||||
'Gothic architecture',
|
||||
'Candlelit ceremonies',
|
||||
'Medieval chapel',
|
||||
'Secret passages tours',
|
||||
'Historical reenactments'
|
||||
],
|
||||
testimonials: [
|
||||
{
|
||||
author: 'Catherine Morland',
|
||||
text: 'Every corner holds a delightful mystery. The perfect venue for those who appreciate Gothic sensibilities.'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: '11',
|
||||
name: 'Cleveland House',
|
||||
description: 'A distinguished country estate where Marianne Dashwood found comfort and love. Offering both indoor and outdoor ceremony spaces with breathtaking views of Somersetshire.',
|
||||
category: 'venue',
|
||||
location: 'Somerset',
|
||||
imageUrl: '/images/vendors/cleveland.jpg',
|
||||
priceRange: '££££',
|
||||
rating: {
|
||||
reputation: 5,
|
||||
elegance: 4,
|
||||
value: 4
|
||||
},
|
||||
features: [
|
||||
'Extensive gardens',
|
||||
'Medical herb garden',
|
||||
'Pianoforte room',
|
||||
'Private walking paths',
|
||||
'Romantic wilderness'
|
||||
],
|
||||
testimonials: [
|
||||
{
|
||||
author: 'Colonel Brandon',
|
||||
text: 'The perfect setting for quiet contemplation and romantic declarations.'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: '12',
|
||||
name: 'Bath Assembly Rooms',
|
||||
description: 'The crown jewel of Bath society, where countless love stories have begun. Host your celebration in the same halls where Catherine Morland and Henry Tilney danced.',
|
||||
category: 'venue',
|
||||
location: 'Bath',
|
||||
imageUrl: '/images/vendors/bath-assembly.jpg',
|
||||
priceRange: '££££',
|
||||
rating: {
|
||||
reputation: 5,
|
||||
elegance: 5,
|
||||
value: 4
|
||||
},
|
||||
features: [
|
||||
'Grand ballroom',
|
||||
'Tea room',
|
||||
'Card room',
|
||||
'Fashion museum',
|
||||
'Period musicians'
|
||||
],
|
||||
testimonials: [
|
||||
{
|
||||
author: 'Henry Tilney',
|
||||
text: 'No finer place in Bath for dancing and sophisticated entertainment.'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: '13',
|
||||
name: 'Longbourn Village Church',
|
||||
description: 'The historic parish church of Longbourn, where generations of Bennets have celebrated their most joyous occasions. A picturesque setting for traditional ceremonies.',
|
||||
category: 'venue',
|
||||
location: 'Hertfordshire',
|
||||
imageUrl: '/images/vendors/longbourn-church.jpg',
|
||||
priceRange: '££',
|
||||
rating: {
|
||||
reputation: 4,
|
||||
elegance: 4,
|
||||
value: 5
|
||||
},
|
||||
features: [
|
||||
'Historic chapel',
|
||||
'Bell tower',
|
||||
'Country churchyard',
|
||||
'Parish hall',
|
||||
'Local choir available'
|
||||
],
|
||||
testimonials: [
|
||||
{
|
||||
author: 'Mr. Collins',
|
||||
text: 'A most respectable establishment, approved by Lady Catherine herself.'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: '14',
|
||||
name: 'Mrs. Allen\'s Bath Fashions',
|
||||
description: 'The finest collection of wedding attire in Bath, personally curated by Mrs. Allen. Specializing in muslin dresses and the latest London fashions.',
|
||||
category: 'attire',
|
||||
location: 'Bath',
|
||||
imageUrl: '/images/vendors/bath-fashions.jpg',
|
||||
priceRange: '£££',
|
||||
rating: {
|
||||
reputation: 5,
|
||||
elegance: 5,
|
||||
value: 3
|
||||
},
|
||||
features: [
|
||||
'Latest London styles',
|
||||
'Muslin specialists',
|
||||
'Custom fittings',
|
||||
'Accessory collection',
|
||||
'Evening wear'
|
||||
],
|
||||
testimonials: [
|
||||
{
|
||||
author: 'Catherine Morland',
|
||||
text: 'Mrs. Allen\'s taste in muslin is unparalleled in all of Bath.'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: '15',
|
||||
name: 'Gardiner & Associates Event Planning',
|
||||
description: 'London\'s premier wedding planners, with connections throughout Derbyshire and the North. Specialists in elegant country house celebrations.',
|
||||
category: 'services',
|
||||
location: 'London',
|
||||
imageUrl: '/images/vendors/gardiner.jpg',
|
||||
priceRange: '£££',
|
||||
rating: {
|
||||
reputation: 5,
|
||||
elegance: 4,
|
||||
value: 4
|
||||
},
|
||||
features: [
|
||||
'Full event planning',
|
||||
'London connections',
|
||||
'Country house expertise',
|
||||
'Travel arrangements',
|
||||
'Society introductions'
|
||||
],
|
||||
testimonials: [
|
||||
{
|
||||
author: 'Elizabeth Bennet',
|
||||
text: 'My aunt\'s impeccable taste and connections made our celebration absolutely perfect.'
|
||||
}
|
||||
]
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue